#B969B6

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

Shades of Fuchsia #B969B6

Tints of Fuchsia #B969B6

Color information

#B969B6 (or 0xB969B6) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and B6. RGB value is (185,105,182). Sum of RGB (Red+Green+Blue) = 185+105+182=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969B6 is #469649. Grayscale: #898989. Windows color (decimal): -4625994 or 11954617. OLE color: 11954617.

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

Color convert

RGB185105182-
CMYK00.430.020.27
HSL302.25º36.36%56.86%-
HSV(B)302.25º43.24%72.55%-
XYZ33.523.7947.08-
YUV137.7153161.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=39.19%
G=22.25%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510518200.430.020.27302.2536.3656.86
HexB969B602B21B12e2439
Octal2711512660532334564471
Binary1011100111010011011011001010111011011100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969B6; }

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

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

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

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

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

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

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

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