#B94DBB

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

Shades of Fuchsia #B94DBB

Tints of Fuchsia #B94DBB

Color information

#B94DBB (or 0xB94DBB) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and BB. RGB value is (185,77,187). Sum of RGB (Red+Green+Blue) = 185+77+187=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B94DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DBB is #46B244. Grayscale: #797979. Windows color (decimal): -4633157 or 12275129. OLE color: 12275129.

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

Color convert

RGB18577187-
CMYK0.010.5900.27
HSL298.91º44.72%51.76%-
HSV(B)298.91º58.82%73.33%-
XYZ31.6319.2149.05-
YUV121.83164.78173.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=41.20%
G=17.15%
B=41.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185771870.010.5900.27298.9144.7251.76
HexB94DBB13B01B12b2d34
Octal2711152731730334535564
Binary101110011001101101110111111011011011100101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DBB; }

 p { color: rgb(185,77,187); }

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

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

 a { background-color: rgb(185,77,187); }

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

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

 span { border-color: rgb(185,77,187); }

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