#B66EB4

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

Shades of Fuchsia #B66EB4

Tints of Fuchsia #B66EB4

Color information

#B66EB4 (or 0xB66EB4) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and B4. RGB value is (182,110,180). Sum of RGB (Red+Green+Blue) = 182+110+180=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EB4 is #49914B. Grayscale: #8B8B8B. Windows color (decimal): -4821324 or 11824822. OLE color: 11824822.

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

Color convert

RGB182110180-
CMYK00.400.010.29
HSL301.67º33.03%57.25%-
HSV(B)301.67º39.56%71.37%-
XYZ33.1124.3946.14-
YUV139.51150.85158.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=38.56%
G=23.31%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211018000.400.010.29301.6733.0357.25
HexB66EB402811D12e2139
Octal2661562640501354564171
Binary101101101101110101101000101000111101100101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EB4; }

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

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

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

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

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

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

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

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