Shades of Fuchsia #B63DA8
Tints of Fuchsia #B63DA8
RGB
CMYK
RGB Variations
Color information
#B63DA8 (or 0xB63DA8) is known color: Fuchsia. HEX triplet: B6, 3D and A8. RGB value is (182,61,168). Sum of RGB (Red+Green+Blue) = 182+61+168=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DA8 is #49C257. Grayscale: #6D6D6D. Windows color (decimal): -4833880 or 11025846. OLE color: 11025846.
HSL color Cylindrical-coordinate representation of color #B63DA8: hue angle of 306.94º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63DA8 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 168 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.29 |
| HSL | 306.94º | 0.5% | 0.48% | - |
| HSV(B) | 306.94º | 0.66% | 0.71% | - |
| XYZ | 28.03 | 16.11 | 38.68 | - |
| YUV | 109.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 168 | 0 | 0.66 | 0.08 | 0.29 | 306.94 | 0.5 | 0.48 |
| Hex | B6 | 3D | A8 | 0 | 42 | 8 | 1D | 133 | 32 | 30 |
| Octal | 266 | 75 | 250 | 0 | 102 | 10 | 35 | 463 | 62 | 60 |
| Binary | 10110110 | 111101 | 10101000 | 0 | 1000010 | 1000 | 11101 | 100110011 | 110010 | 110000 |
Color Harmonies of #B63DA8
Complementary color
Monochromatic Colors of #B63DA8
Black with #B63DA8
Text Example
Text Example
White with #B63DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DA8; }
p { color: rgb(182,61,168); }
H1.HeaderClassName
{
color: #B63DA8;
}
.AnyTagClassName
{
color: #B63DA8;
}
</style>
background-color css
<style>
a { background-color: #B63DA8; }
a { background-color: rgb(182,61,168); }
div.DivClassName
{
background-color: #B63DA8;
}
.BgClassName
{
background-color: #B63DA8;
}
</style>
border-color css
<style>
span { border-color: #B63DA8; }
span { border-color: rgb(182,61,168); }
td.TdClassName
{
border-color: #B63DA8;
}
.TagClassName
{
border-color: #B63DA8;
}
</style>