Shades of Fuchsia #B63AAF
Tints of Fuchsia #B63AAF
RGB
CMYK
RGB Variations
Color information
#B63AAF (or 0xB63AAF) is known color: Fuchsia. HEX triplet: B6, 3A and AF. RGB value is (182,58,175). Sum of RGB (Red+Green+Blue) = 182+58+175=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AAF is #49C550. Grayscale: #6C6C6C. Windows color (decimal): -4834641 or 11483830. OLE color: 11483830.
HSL color Cylindrical-coordinate representation of color #B63AAF: hue angle of 303.39º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63AAF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 175 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.29 |
| HSL | 303.39º | 0.52% | 0.47% | - |
| HSV(B) | 303.39º | 0.68% | 0.71% | - |
| XYZ | 28.54 | 16.07 | 42.15 | - |
| YUV | 108.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 175 | 0 | 0.68 | 0.04 | 0.29 | 303.39 | 0.52 | 0.47 |
| Hex | B6 | 3A | AF | 0 | 44 | 4 | 1D | 12F | 34 | 2F |
| Octal | 266 | 72 | 257 | 0 | 104 | 4 | 35 | 457 | 64 | 57 |
| Binary | 10110110 | 111010 | 10101111 | 0 | 1000100 | 100 | 11101 | 100101111 | 110100 | 101111 |
Color Harmonies of #B63AAF
Complementary color
Monochromatic Colors of #B63AAF
Black with #B63AAF
Text Example
Text Example
White with #B63AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AAF; }
p { color: rgb(182,58,175); }
H1.HeaderClassName
{
color: #B63AAF;
}
.AnyTagClassName
{
color: #B63AAF;
}
</style>
background-color css
<style>
a { background-color: #B63AAF; }
a { background-color: rgb(182,58,175); }
div.DivClassName
{
background-color: #B63AAF;
}
.BgClassName
{
background-color: #B63AAF;
}
</style>
border-color css
<style>
span { border-color: #B63AAF; }
span { border-color: rgb(182,58,175); }
td.TdClassName
{
border-color: #B63AAF;
}
.TagClassName
{
border-color: #B63AAF;
}
</style>