Shades of Fuchsia #B64AAB
Tints of Fuchsia #B64AAB
RGB
CMYK
RGB Variations
Color information
#B64AAB (or 0xB64AAB) is known color: Fuchsia. HEX triplet: B6, 4A and AB. RGB value is (182,74,171). Sum of RGB (Red+Green+Blue) = 182+74+171=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AAB is #49B554. Grayscale: #757575. Windows color (decimal): -4830549 or 11225782. OLE color: 11225782.
HSL color Cylindrical-coordinate representation of color #B64AAB: hue angle of 306.11º 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 #B64AAB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 171 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.29 |
| HSL | 306.11º | 0.43% | 0.5% | - |
| HSV(B) | 306.11º | 0.59% | 0.71% | - |
| XYZ | 29.09 | 17.78 | 40.43 | - |
| YUV | 117.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 171 | 0 | 0.59 | 0.06 | 0.29 | 306.11 | 0.43 | 0.5 |
| Hex | B6 | 4A | AB | 0 | 3B | 6 | 1D | 132 | 2B | 32 |
| Octal | 266 | 112 | 253 | 0 | 73 | 6 | 35 | 462 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10101011 | 0 | 111011 | 110 | 11101 | 100110010 | 101011 | 110010 |
Color Harmonies of #B64AAB
Complementary color
Monochromatic Colors of #B64AAB
Black with #B64AAB
Text Example
Text Example
White with #B64AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AAB; }
p { color: rgb(182,74,171); }
H1.HeaderClassName
{
color: #B64AAB;
}
.AnyTagClassName
{
color: #B64AAB;
}
</style>
background-color css
<style>
a { background-color: #B64AAB; }
a { background-color: rgb(182,74,171); }
div.DivClassName
{
background-color: #B64AAB;
}
.BgClassName
{
background-color: #B64AAB;
}
</style>
border-color css
<style>
span { border-color: #B64AAB; }
span { border-color: rgb(182,74,171); }
td.TdClassName
{
border-color: #B64AAB;
}
.TagClassName
{
border-color: #B64AAB;
}
</style>