Shades of Fuchsia #B64AB0
Tints of Fuchsia #B64AB0
RGB
CMYK
RGB Variations
Color information
#B64AB0 (or 0xB64AB0) is known color: 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
| RGB | 182 | 74 | 176 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.29 |
| HSL | 303.33º | 0.43% | 0.5% | - |
| HSV(B) | 303.33º | 0.59% | 0.71% | - |
| XYZ | 29.58 | 17.98 | 42.99 | - |
| YUV | 117.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 176 | 0 | 0.59 | 0.03 | 0.29 | 303.33 | 0.43 | 0.5 |
| Hex | B6 | 4A | B0 | 0 | 3B | 3 | 1D | 12F | 2B | 32 |
| Octal | 266 | 112 | 260 | 0 | 73 | 3 | 35 | 457 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10110000 | 0 | 111011 | 11 | 11101 | 100101111 | 101011 | 110010 |
Color Harmonies of #B64AB0
Complementary color
Monochromatic Colors of #B64AB0
Black with #B64AB0
Text Example
Text Example
White with #B64AB0
Text Example
Text Example
HTML Codes & Css Web 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>