Shades of Fuchsia #B62AB8
Tints of Fuchsia #B62AB8
RGB
CMYK
RGB Variations
Color information
#B62AB8 (or 0xB62AB8) is known color: Fuchsia. HEX triplet: B6, 2A and B8. RGB value is (182,42,184). Sum of RGB (Red+Green+Blue) = 182+42+184=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #B62AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62AB8 is #49D547. Grayscale: #636363. Windows color (decimal): -4838728 or 12069558. OLE color: 12069558.
HSL color Cylindrical-coordinate representation of color #B62AB8: hue angle of 299.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62AB8 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 42 | 184 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.28 |
| HSL | 299.15º | 0.63% | 0.44% | - |
| HSV(B) | 299.15º | 0.77% | 0.72% | - |
| XYZ | 28.77 | 15.06 | 46.74 | - |
| YUV | 100.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 184 | 0.01 | 0.77 | 0 | 0.28 | 299.15 | 0.63 | 0.44 |
| Hex | B6 | 2A | B8 | 1 | 4D | 0 | 1C | 12B | 3F | 2C |
| Octal | 266 | 52 | 270 | 1 | 115 | 0 | 34 | 453 | 77 | 54 |
| Binary | 10110110 | 101010 | 10111000 | 1 | 1001101 | 0 | 11100 | 100101011 | 111111 | 101100 |
Color Harmonies of #B62AB8
Complementary color
Monochromatic Colors of #B62AB8
Black with #B62AB8
Text Example
Text Example
White with #B62AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62AB8; }
p { color: rgb(182,42,184); }
H1.HeaderClassName
{
color: #B62AB8;
}
.AnyTagClassName
{
color: #B62AB8;
}
</style>
background-color css
<style>
a { background-color: #B62AB8; }
a { background-color: rgb(182,42,184); }
div.DivClassName
{
background-color: #B62AB8;
}
.BgClassName
{
background-color: #B62AB8;
}
</style>
border-color css
<style>
span { border-color: #B62AB8; }
span { border-color: rgb(182,42,184); }
td.TdClassName
{
border-color: #B62AB8;
}
.TagClassName
{
border-color: #B62AB8;
}
</style>