Shades of Fuchsia #B63AB4
Tints of Fuchsia #B63AB4
RGB
CMYK
RGB Variations
Color information
#B63AB4 (or 0xB63AB4) is known color: Fuchsia. HEX triplet: B6, 3A and B4. RGB value is (182,58,180). Sum of RGB (Red+Green+Blue) = 182+58+180=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AB4 is #49C54B. Grayscale: #6C6C6C. Windows color (decimal): -4834636 or 11811510. OLE color: 11811510.
HSL color Cylindrical-coordinate representation of color #B63AB4: hue angle of 300.97º 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 #B63AB4 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 180 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.29 |
| HSL | 300.97º | 0.52% | 0.47% | - |
| HSV(B) | 300.97º | 0.68% | 0.71% | - |
| XYZ | 29.04 | 16.27 | 44.79 | - |
| YUV | 108.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 180 | 0 | 0.68 | 0.01 | 0.29 | 300.97 | 0.52 | 0.47 |
| Hex | B6 | 3A | B4 | 0 | 44 | 1 | 1D | 12D | 34 | 2F |
| Octal | 266 | 72 | 264 | 0 | 104 | 1 | 35 | 455 | 64 | 57 |
| Binary | 10110110 | 111010 | 10110100 | 0 | 1000100 | 1 | 11101 | 100101101 | 110100 | 101111 |
Color Harmonies of #B63AB4
Complementary color
Monochromatic Colors of #B63AB4
Black with #B63AB4
Text Example
Text Example
White with #B63AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AB4; }
p { color: rgb(182,58,180); }
H1.HeaderClassName
{
color: #B63AB4;
}
.AnyTagClassName
{
color: #B63AB4;
}
</style>
background-color css
<style>
a { background-color: #B63AB4; }
a { background-color: rgb(182,58,180); }
div.DivClassName
{
background-color: #B63AB4;
}
.BgClassName
{
background-color: #B63AB4;
}
</style>
border-color css
<style>
span { border-color: #B63AB4; }
span { border-color: rgb(182,58,180); }
td.TdClassName
{
border-color: #B63AB4;
}
.TagClassName
{
border-color: #B63AB4;
}
</style>