Shades of Fuchsia #B63AB0
Tints of Fuchsia #B63AB0
RGB
CMYK
RGB Variations
Color information
#B63AB0 (or 0xB63AB0) is known color: Fuchsia. HEX triplet: B6, 3A and B0. RGB value is (182,58,176). Sum of RGB (Red+Green+Blue) = 182+58+176=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AB0 is #49C54F. Grayscale: #6C6C6C. Windows color (decimal): -4834640 or 11549366. OLE color: 11549366.
HSL color Cylindrical-coordinate representation of color #B63AB0: hue angle of 302.9º 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 #B63AB0 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 176 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.29 |
| HSL | 302.9º | 0.52% | 0.47% | - |
| HSV(B) | 302.9º | 0.68% | 0.71% | - |
| XYZ | 28.64 | 16.11 | 42.67 | - |
| YUV | 108.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 176 | 0 | 0.68 | 0.03 | 0.29 | 302.9 | 0.52 | 0.47 |
| Hex | B6 | 3A | B0 | 0 | 44 | 3 | 1D | 12F | 34 | 2F |
| Octal | 266 | 72 | 260 | 0 | 104 | 3 | 35 | 457 | 64 | 57 |
| Binary | 10110110 | 111010 | 10110000 | 0 | 1000100 | 11 | 11101 | 100101111 | 110100 | 101111 |
Color Harmonies of #B63AB0
Complementary color
Monochromatic Colors of #B63AB0
Black with #B63AB0
Text Example
Text Example
White with #B63AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AB0; }
p { color: rgb(182,58,176); }
H1.HeaderClassName
{
color: #B63AB0;
}
.AnyTagClassName
{
color: #B63AB0;
}
</style>
background-color css
<style>
a { background-color: #B63AB0; }
a { background-color: rgb(182,58,176); }
div.DivClassName
{
background-color: #B63AB0;
}
.BgClassName
{
background-color: #B63AB0;
}
</style>
border-color css
<style>
span { border-color: #B63AB0; }
span { border-color: rgb(182,58,176); }
td.TdClassName
{
border-color: #B63AB0;
}
.TagClassName
{
border-color: #B63AB0;
}
</style>