#B66EB3

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

Shades of Fuchsia #B66EB3

Tints of Fuchsia #B66EB3

Color information

#B66EB3 (or 0xB66EB3) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and B3. RGB value is (182,110,179). Sum of RGB (Red+Green+Blue) = 182+110+179=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EB3 is #49914C. Grayscale: #8B8B8B. Windows color (decimal): -4821325 or 11759286. OLE color: 11759286.

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

Color convert

RGB182110179-
CMYK00.400.020.29
HSL302.5º33.03%57.25%-
HSV(B)302.5º39.56%71.37%-
XYZ3324.3545.61-
YUV139.39150.35158.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=38.64%
G=23.35%
B=38.00%

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
Decimal18211017900.400.020.29302.533.0357.25
HexB66EB302821D12e2139
Octal2661562630502354564171
Binary1011011011011101011001101010001011101100101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EB3; }

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

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

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

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

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

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

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

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