#B66EB2

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

Shades of Fuchsia #B66EB2

Tints of Fuchsia #B66EB2

Color information

#B66EB2 (or 0xB66EB2) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and B2. RGB value is (182,110,178). Sum of RGB (Red+Green+Blue) = 182+110+178=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EB2 is #49914D. Grayscale: #8B8B8B. Windows color (decimal): -4821326 or 11693750. OLE color: 11693750.

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

Color convert

RGB182110178-
CMYK00.400.020.29
HSL303.33º33.03%57.25%-
HSV(B)303.33º39.56%71.37%-
XYZ32.924.3145.08-
YUV139.28149.85158.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=38.72%
G=23.40%
B=37.87%

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
Decimal18211017800.400.020.29303.3333.0357.25
HexB66EB202821D12f2139
Octal2661562620502354574171
Binary1011011011011101011001001010001011101100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EB2; }

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

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

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

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

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

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

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

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