#B64AB0

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

Shades of Fuchsia #B64AB0

Tints of Fuchsia #B64AB0

Color information

#B64AB0 (or 0xB64AB0) is unknown color: approx Fuchsia. HEX triplet: B6, 4A and B0. RGB value is (182,74,176). Sum of RGB (Red+Green+Blue) = 182+74+176=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AB0 is #49B54F. Grayscale: #757575. Windows color (decimal): -4830544 or 11553462. OLE color: 11553462.

HSL color Cylindrical-coordinate representation of color #B64AB0: hue angle of 303.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AB0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18274176-
CMYK00.590.030.29
HSL303.33º42.52%50.2%-
HSV(B)303.33º59.34%71.37%-
XYZ29.5817.9842.99-
YUV117.92160.78173.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=42.13%
G=17.13%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827417600.590.030.29303.3342.5250.2
HexB64AB003B31D12f2b32
Octal2661122600733354575362
Binary1011011010010101011000001110111111101100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AB0; }

 p { color: rgb(182,74,176); }

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

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

 a { background-color: rgb(182,74,176); }

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

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

 span { border-color: rgb(182,74,176); }

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