#B94BB0

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

Shades of Fuchsia #B94BB0

Tints of Fuchsia #B94BB0

Color information

#B94BB0 (or 0xB94BB0) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and B0. RGB value is (185,75,176). Sum of RGB (Red+Green+Blue) = 185+75+176=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BB0 is #46B44F. Grayscale: #777777. Windows color (decimal): -4633680 or 11553721. OLE color: 11553721.

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

Color convert

RGB18575176-
CMYK00.590.050.27
HSL304.91º44%50.98%-
HSV(B)304.91º59.46%72.55%-
XYZ30.3618.4843.04-
YUV119.4159.94174.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=42.43%
G=17.20%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857517600.590.050.27304.914450.98
HexB94BB003B51B1312c33
Octal2711132600735334615463
Binary10111001100101110110000011101110111011100110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BB0; }

 p { color: rgb(185,75,176); }

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

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

 a { background-color: rgb(185,75,176); }

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

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

 span { border-color: rgb(185,75,176); }

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