Shades of Fuchsia #B242A7
Tints of Fuchsia #B242A7
RGB
CMYK
RGB Variations
Color information
#B242A7 (or 0xB242A7) is known color: Fuchsia. HEX triplet: B2, 42 and A7. RGB value is (178,66,167). Sum of RGB (Red+Green+Blue) = 178+66+167=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B242A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242A7 is #4DBD58. Grayscale: #6E6E6E. Windows color (decimal): -5094745 or 10961586. OLE color: 10961586.
HSL color Cylindrical-coordinate representation of color #B242A7: hue angle of 305.89º 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 #B242A7 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 167 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.30 |
| HSL | 305.89º | 0.46% | 0.48% | - |
| HSV(B) | 305.89º | 0.63% | 0.7% | - |
| XYZ | 27.28 | 16.15 | 38.24 | - |
| YUV | 111 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 167 | 0 | 0.63 | 0.06 | 0.30 | 305.89 | 0.46 | 0.48 |
| Hex | B2 | 42 | A7 | 0 | 3F | 6 | 1E | 132 | 2E | 30 |
| Octal | 262 | 102 | 247 | 0 | 77 | 6 | 36 | 462 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10100111 | 0 | 111111 | 110 | 11110 | 100110010 | 101110 | 110000 |
Color Harmonies of #B242A7
Complementary color
Monochromatic Colors of #B242A7
Black with #B242A7
Text Example
Text Example
White with #B242A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242A7; }
p { color: rgb(178,66,167); }
H1.HeaderClassName
{
color: #B242A7;
}
.AnyTagClassName
{
color: #B242A7;
}
</style>
background-color css
<style>
a { background-color: #B242A7; }
a { background-color: rgb(178,66,167); }
div.DivClassName
{
background-color: #B242A7;
}
.BgClassName
{
background-color: #B242A7;
}
</style>
border-color css
<style>
span { border-color: #B242A7; }
span { border-color: rgb(178,66,167); }
td.TdClassName
{
border-color: #B242A7;
}
.TagClassName
{
border-color: #B242A7;
}
</style>