Shades of Fuchsia #B63AB1
Tints of Fuchsia #B63AB1
RGB
CMYK
RGB Variations
Color information
#B63AB1 (or 0xB63AB1) is known color: Fuchsia. HEX triplet: B6, 3A and B1. RGB value is (182,58,177). Sum of RGB (Red+Green+Blue) = 182+58+177=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AB1 is #49C54E. Grayscale: #6C6C6C. Windows color (decimal): -4834639 or 11614902. OLE color: 11614902.
HSL color Cylindrical-coordinate representation of color #B63AB1: hue angle of 302.42º 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 #B63AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 177 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.29 |
| HSL | 302.42º | 0.52% | 0.47% | - |
| HSV(B) | 302.42º | 0.68% | 0.71% | - |
| XYZ | 28.74 | 16.15 | 43.2 | - |
| YUV | 108.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 177 | 0 | 0.68 | 0.03 | 0.29 | 302.42 | 0.52 | 0.47 |
| Hex | B6 | 3A | B1 | 0 | 44 | 3 | 1D | 12E | 34 | 2F |
| Octal | 266 | 72 | 261 | 0 | 104 | 3 | 35 | 456 | 64 | 57 |
| Binary | 10110110 | 111010 | 10110001 | 0 | 1000100 | 11 | 11101 | 100101110 | 110100 | 101111 |
Color Harmonies of #B63AB1
Complementary color
Monochromatic Colors of #B63AB1
Black with #B63AB1
Text Example
Text Example
White with #B63AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AB1; }
p { color: rgb(182,58,177); }
H1.HeaderClassName
{
color: #B63AB1;
}
.AnyTagClassName
{
color: #B63AB1;
}
</style>
background-color css
<style>
a { background-color: #B63AB1; }
a { background-color: rgb(182,58,177); }
div.DivClassName
{
background-color: #B63AB1;
}
.BgClassName
{
background-color: #B63AB1;
}
</style>
border-color css
<style>
span { border-color: #B63AB1; }
span { border-color: rgb(182,58,177); }
td.TdClassName
{
border-color: #B63AB1;
}
.TagClassName
{
border-color: #B63AB1;
}
</style>