#B66ABD

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

Shades of Fuchsia #B66ABD

Tints of Fuchsia #B66ABD

Color information

#B66ABD (or 0xB66ABD) is unknown color: approx Fuchsia. HEX triplet: B6, 6A and BD. RGB value is (182,106,189). Sum of RGB (Red+Green+Blue) = 182+106+189=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #B66ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ABD is #499542. Grayscale: #898989. Windows color (decimal): -4822339 or 12413622. OLE color: 12413622.

HSL color Cylindrical-coordinate representation of color #B66ABD: hue angle of 294.94º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66ABD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182106189-
CMYK0.040.4400.26
HSL294.94º38.6%57.84%-
HSV(B)294.94º43.92%74.12%-
XYZ33.6323.9350.99-
YUV138.19156.68159.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=38.16%
G=22.22%
B=39.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821061890.040.4400.26294.9438.657.84
HexB66ABD42C01A127273a
Octal2661522754540324474772
Binary10110110110101010111101100101100011010100100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ABD; }

 p { color: rgb(182,106,189); }

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

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

 a { background-color: rgb(182,106,189); }

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

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

 span { border-color: rgb(182,106,189); }

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