Shades of Fuchsia #B242A8
Tints of Fuchsia #B242A8
RGB
CMYK
RGB Variations
Color information
#B242A8 (or 0xB242A8) is known color: Fuchsia. HEX triplet: B2, 42 and A8. RGB value is (178,66,168). Sum of RGB (Red+Green+Blue) = 178+66+168=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B242A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242A8 is #4DBD57. Grayscale: #6E6E6E. Windows color (decimal): -5094744 or 11027122. OLE color: 11027122.
HSL color Cylindrical-coordinate representation of color #B242A8: hue angle of 305.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B242A8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 168 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.30 |
| HSL | 305.36º | 0.46% | 0.48% | - |
| HSV(B) | 305.36º | 0.63% | 0.7% | - |
| XYZ | 27.38 | 16.19 | 38.73 | - |
| YUV | 111.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 168 | 0 | 0.63 | 0.06 | 0.30 | 305.36 | 0.46 | 0.48 |
| Hex | B2 | 42 | A8 | 0 | 3F | 6 | 1E | 131 | 2E | 30 |
| Octal | 262 | 102 | 250 | 0 | 77 | 6 | 36 | 461 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10101000 | 0 | 111111 | 110 | 11110 | 100110001 | 101110 | 110000 |
Color Harmonies of #B242A8
Complementary color
Monochromatic Colors of #B242A8
Black with #B242A8
Text Example
Text Example
White with #B242A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242A8; }
p { color: rgb(178,66,168); }
H1.HeaderClassName
{
color: #B242A8;
}
.AnyTagClassName
{
color: #B242A8;
}
</style>
background-color css
<style>
a { background-color: #B242A8; }
a { background-color: rgb(178,66,168); }
div.DivClassName
{
background-color: #B242A8;
}
.BgClassName
{
background-color: #B242A8;
}
</style>
border-color css
<style>
span { border-color: #B242A8; }
span { border-color: rgb(178,66,168); }
td.TdClassName
{
border-color: #B242A8;
}
.TagClassName
{
border-color: #B242A8;
}
</style>