#B66AB5

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

Shades of Fuchsia #B66AB5

Tints of Fuchsia #B66AB5

Color information

#B66AB5 (or 0xB66AB5) is unknown color: approx Fuchsia. HEX triplet: B6, 6A and B5. RGB value is (182,106,181). Sum of RGB (Red+Green+Blue) = 182+106+181=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66AB5 is #49954A. Grayscale: #898989. Windows color (decimal): -4822347 or 11889334. OLE color: 11889334.

HSL color Cylindrical-coordinate representation of color #B66AB5: hue angle of 300.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66AB5 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182106181-
CMYK00.420.010.29
HSL300.79º34.23%56.47%-
HSV(B)300.79º41.76%71.37%-
XYZ32.7923.5946.54-
YUV137.27152.68159.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=38.81%
G=22.60%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210618100.420.010.29300.7934.2356.47
HexB66AB502A11D12d2238
Octal2661522650521354554270
Binary101101101101010101101010101010111101100101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AB5; }

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

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

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

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

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

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

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

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