Shades of Fuchsia #B63CAF
Tints of Fuchsia #B63CAF
RGB
CMYK
RGB Variations
Color information
#B63CAF (or 0xB63CAF) is known color: Fuchsia. HEX triplet: B6, 3C and AF. RGB value is (182,60,175). Sum of RGB (Red+Green+Blue) = 182+60+175=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CAF is #49C350. Grayscale: #6D6D6D. Windows color (decimal): -4834129 or 11484342. OLE color: 11484342.
HSL color Cylindrical-coordinate representation of color #B63CAF: hue angle of 303.44º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63CAF is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 175 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.29 |
| HSL | 303.44º | 0.5% | 0.47% | - |
| HSV(B) | 303.44º | 0.67% | 0.71% | - |
| XYZ | 28.65 | 16.27 | 42.19 | - |
| YUV | 109.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 175 | 0 | 0.67 | 0.04 | 0.29 | 303.44 | 0.5 | 0.47 |
| Hex | B6 | 3C | AF | 0 | 43 | 4 | 1D | 12F | 32 | 2F |
| Octal | 266 | 74 | 257 | 0 | 103 | 4 | 35 | 457 | 62 | 57 |
| Binary | 10110110 | 111100 | 10101111 | 0 | 1000011 | 100 | 11101 | 100101111 | 110010 | 101111 |
Color Harmonies of #B63CAF
Complementary color
Monochromatic Colors of #B63CAF
Black with #B63CAF
Text Example
Text Example
White with #B63CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63CAF; }
p { color: rgb(182,60,175); }
H1.HeaderClassName
{
color: #B63CAF;
}
.AnyTagClassName
{
color: #B63CAF;
}
</style>
background-color css
<style>
a { background-color: #B63CAF; }
a { background-color: rgb(182,60,175); }
div.DivClassName
{
background-color: #B63CAF;
}
.BgClassName
{
background-color: #B63CAF;
}
</style>
border-color css
<style>
span { border-color: #B63CAF; }
span { border-color: rgb(182,60,175); }
td.TdClassName
{
border-color: #B63CAF;
}
.TagClassName
{
border-color: #B63CAF;
}
</style>