#B66DB2

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

Shades of Fuchsia #B66DB2

Tints of Fuchsia #B66DB2

Color information

#B66DB2 (or 0xB66DB2) is unknown color: approx Fuchsia. HEX triplet: B6, 6D and B2. RGB value is (182,109,178). Sum of RGB (Red+Green+Blue) = 182+109+178=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DB2 is #49924D. Grayscale: #8A8A8A. Windows color (decimal): -4821582 or 11693494. OLE color: 11693494.

HSL color Cylindrical-coordinate representation of color #B66DB2: hue angle of 303.29º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DB2 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182109178-
CMYK00.400.020.29
HSL303.29º33.33%57.06%-
HSV(B)303.29º40.11%71.37%-
XYZ32.824.145.04-
YUV138.69150.18158.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=38.81%
G=23.24%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210917800.400.020.29303.2933.3357.06
HexB66DB202821D12f2139
Octal2661552620502354574171
Binary1011011011011011011001001010001011101100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DB2; }

 p { color: rgb(182,109,178); }

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

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

 a { background-color: rgb(182,109,178); }

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

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

 span { border-color: rgb(182,109,178); }

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