#B969BA

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

Shades of Fuchsia #B969BA

Tints of Fuchsia #B969BA

Color information

#B969BA (or 0xB969BA) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and BA. RGB value is (185,105,186). Sum of RGB (Red+Green+Blue) = 185+105+186=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B969BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969BA is #469645. Grayscale: #898989. Windows color (decimal): -4625990 or 12216761. OLE color: 12216761.

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

Color convert

RGB185105186-
CMYK0.010.4400.27
HSL299.26º36.99%57.06%-
HSV(B)299.26º43.55%72.94%-
XYZ33.9223.9649.29-
YUV138.15155161.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=38.87%
G=22.06%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851051860.010.4400.27299.2636.9957.06
HexB969BA12C01B12b2539
Octal2711512721540334534571
Binary101110011101001101110101101100011011100101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969BA; }

 p { color: rgb(185,105,186); }

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

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

 a { background-color: rgb(185,105,186); }

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

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

 span { border-color: rgb(185,105,186); }

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