Shades of Fuchsia #B62AB6
Tints of Fuchsia #B62AB6
RGB
CMYK
RGB Variations
Color information
#B62AB6 (or 0xB62AB6) is known color: Fuchsia. HEX triplet: B6, 2A and B6. RGB value is (182,42,182). Sum of RGB (Red+Green+Blue) = 182+42+182=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B62AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62AB6 is #49D549. Grayscale: #636363. Windows color (decimal): -4838730 or 11938486. OLE color: 11938486.
HSL color Cylindrical-coordinate representation of color #B62AB6: hue angle of 300º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62AB6 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 182 | - |
| CMYK | 0 | 0.77 | 0 | 0.29 |
| HSL | 300º | 0.63% | 0.44% | - |
| HSV(B) | 300º | 0.77% | 0.71% | - |
| XYZ | 28.56 | 14.98 | 45.64 | - |
| YUV | 99.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 182 | 0 | 0.77 | 0 | 0.29 | 300 | 0.63 | 0.44 |
| Hex | B6 | 2A | B6 | 0 | 4D | 0 | 1D | 12C | 3E | 2C |
| Octal | 266 | 52 | 266 | 0 | 115 | 0 | 35 | 454 | 76 | 54 |
| Binary | 10110110 | 101010 | 10110110 | 0 | 1001101 | 0 | 11101 | 100101100 | 111110 | 101100 |
Color Harmonies of #B62AB6
Complementary color
Monochromatic Colors of #B62AB6
Black with #B62AB6
Text Example
Text Example
White with #B62AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62AB6; }
p { color: rgb(182,42,182); }
H1.HeaderClassName
{
color: #B62AB6;
}
.AnyTagClassName
{
color: #B62AB6;
}
</style>
background-color css
<style>
a { background-color: #B62AB6; }
a { background-color: rgb(182,42,182); }
div.DivClassName
{
background-color: #B62AB6;
}
.BgClassName
{
background-color: #B62AB6;
}
</style>
border-color css
<style>
span { border-color: #B62AB6; }
span { border-color: rgb(182,42,182); }
td.TdClassName
{
border-color: #B62AB6;
}
.TagClassName
{
border-color: #B62AB6;
}
</style>