Shades of Fuchsia #B63CBD
Tints of Fuchsia #B63CBD
RGB
CMYK
RGB Variations
Color information
#B63CBD (or 0xB63CBD) is known color: Fuchsia. HEX triplet: B6, 3C and BD. RGB value is (182,60,189). Sum of RGB (Red+Green+Blue) = 182+60+189=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B63CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CBD is #49C342. Grayscale: #6E6E6E. Windows color (decimal): -4834115 or 12401846. OLE color: 12401846.
HSL color Cylindrical-coordinate representation of color #B63CBD: hue angle of 296.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63CBD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 60 | 189 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.26 |
| HSL | 296.74º | 0.52% | 0.49% | - |
| HSV(B) | 296.74º | 0.68% | 0.74% | - |
| XYZ | 30.09 | 16.85 | 49.81 | - |
| YUV | 111.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 189 | 0.04 | 0.68 | 0 | 0.26 | 296.74 | 0.52 | 0.49 |
| Hex | B6 | 3C | BD | 4 | 44 | 0 | 1A | 129 | 34 | 31 |
| Octal | 266 | 74 | 275 | 4 | 104 | 0 | 32 | 451 | 64 | 61 |
| Binary | 10110110 | 111100 | 10111101 | 100 | 1000100 | 0 | 11010 | 100101001 | 110100 | 110001 |
Color Harmonies of #B63CBD
Complementary color
Monochromatic Colors of #B63CBD
Black with #B63CBD
Text Example
Text Example
White with #B63CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63CBD; }
p { color: rgb(182,60,189); }
H1.HeaderClassName
{
color: #B63CBD;
}
.AnyTagClassName
{
color: #B63CBD;
}
</style>
background-color css
<style>
a { background-color: #B63CBD; }
a { background-color: rgb(182,60,189); }
div.DivClassName
{
background-color: #B63CBD;
}
.BgClassName
{
background-color: #B63CBD;
}
</style>
border-color css
<style>
span { border-color: #B63CBD; }
span { border-color: rgb(182,60,189); }
td.TdClassName
{
border-color: #B63CBD;
}
.TagClassName
{
border-color: #B63CBD;
}
</style>