#B942B8

Color #B942B8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B942B8

Tints of Fuchsia #B942B8

Color information

#B942B8 (or 0xB942B8) is unknown color: approx Fuchsia. HEX triplet: B9, 42 and B8. RGB value is (185,66,184). Sum of RGB (Red+Green+Blue) = 185+66+184=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B942B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942B8 is #46BD47. Grayscale: #727272. Windows color (decimal): -4635976 or 12075705. OLE color: 12075705.

HSL color Cylindrical-coordinate representation of color #B942B8: hue angle of 300.5º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B942B8 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18566184-
CMYK00.640.010.27
HSL300.5º47.41%49.22%-
HSV(B)300.5º64.32%72.55%-
XYZ30.6117.6747.15-
YUV115.03166.92177.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=42.53%
G=15.17%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856618400.640.010.27300.547.4149.22
HexB942B804011B12d2f31
Octal27110227001001334555761
Binary1011100110000101011100001000000111011100101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942B8; }

 p { color: rgb(185,66,184); }

 H1.HeaderClassName
 {
   color: #B942B8;
 }
 .AnyTagClassName
 {
   color: #B942B8;
 }
</style>
background-color css

<style>
 a { background-color: #B942B8; }

 a { background-color: rgb(185,66,184); }

 div.DivClassName
 {
   background-color: #B942B8;
 }
 .BgClassName
 {
   background-color: #B942B8;
 }
</style>
border-color css

<style>
 span { border-color: #B942B8; }

 span { border-color: rgb(185,66,184); }

 td.TdClassName
 {
   border-color: #B942B8;
 }
 .TagClassName
 {
   border-color: #B942B8;
 }
</style>