#B669B9

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

Shades of Fuchsia #B669B9

Tints of Fuchsia #B669B9

Color information

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

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

Color convert

RGB182105185-
CMYK0.020.4300.27
HSL297.75º36.36%56.86%-
HSV(B)297.75º43.24%72.55%-
XYZ33.123.5548.7-
YUV137.14155.01160-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821051850.020.4300.27297.7536.3656.86
HexB669B922B01B12a2439
Octal2661512712530334524471
Binary1011011011010011011100110101011011011100101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669B9; }

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

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

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

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

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

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

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

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