Shades of Fuchsia #B64BA8
Tints of Fuchsia #B64BA8
RGB
CMYK
RGB Variations
Color information
#B64BA8 (or 0xB64BA8) is known color: Fuchsia. HEX triplet: B6, 4B and A8. RGB value is (182,75,168). Sum of RGB (Red+Green+Blue) = 182+75+168=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BA8 is #49B457. Grayscale: #757575. Windows color (decimal): -4830296 or 11029430. OLE color: 11029430.
HSL color Cylindrical-coordinate representation of color #B64BA8: hue angle of 307.85º degrees, saturation: 0.42, 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 #B64BA8 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 168 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.29 |
| HSL | 307.85º | 0.42% | 0.5% | - |
| HSV(B) | 307.85º | 0.59% | 0.71% | - |
| XYZ | 28.88 | 17.8 | 38.96 | - |
| YUV | 117.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 168 | 0 | 0.59 | 0.08 | 0.29 | 307.85 | 0.42 | 0.5 |
| Hex | B6 | 4B | A8 | 0 | 3B | 8 | 1D | 134 | 2A | 32 |
| Octal | 266 | 113 | 250 | 0 | 73 | 10 | 35 | 464 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10101000 | 0 | 111011 | 1000 | 11101 | 100110100 | 101010 | 110010 |
Color Harmonies of #B64BA8
Complementary color
Monochromatic Colors of #B64BA8
Black with #B64BA8
Text Example
Text Example
White with #B64BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BA8; }
p { color: rgb(182,75,168); }
H1.HeaderClassName
{
color: #B64BA8;
}
.AnyTagClassName
{
color: #B64BA8;
}
</style>
background-color css
<style>
a { background-color: #B64BA8; }
a { background-color: rgb(182,75,168); }
div.DivClassName
{
background-color: #B64BA8;
}
.BgClassName
{
background-color: #B64BA8;
}
</style>
border-color css
<style>
span { border-color: #B64BA8; }
span { border-color: rgb(182,75,168); }
td.TdClassName
{
border-color: #B64BA8;
}
.TagClassName
{
border-color: #B64BA8;
}
</style>