#B94BB6

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

Shades of Fuchsia #B94BB6

Tints of Fuchsia #B94BB6

Color information

#B94BB6 (or 0xB94BB6) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and B6. RGB value is (185,75,182). Sum of RGB (Red+Green+Blue) = 185+75+182=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BB6 is #46B449. Grayscale: #777777. Windows color (decimal): -4633674 or 11946937. OLE color: 11946937.

HSL color Cylindrical-coordinate representation of color #B94BB6: hue angle of 301.64º 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 #B94BB6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18575182-
CMYK00.590.020.27
HSL301.64º44%50.98%-
HSV(B)301.64º59.46%72.55%-
XYZ30.9718.7246.24-
YUV120.09162.94174.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=41.86%
G=16.97%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857518200.590.020.27301.644450.98
HexB94BB603B21B12e2c33
Octal2711132660732334565463
Binary1011100110010111011011001110111011011100101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BB6; }

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

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

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

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

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

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

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

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