Shades of Fuchsia #B242AD
Tints of Fuchsia #B242AD
RGB
CMYK
RGB Variations
Color information
#B242AD (or 0xB242AD) is known color: Fuchsia. HEX triplet: B2, 42 and AD. RGB value is (178,66,173). Sum of RGB (Red+Green+Blue) = 178+66+173=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B242AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242AD is #4DBD52. Grayscale: #6F6F6F. Windows color (decimal): -5094739 or 11354802. OLE color: 11354802.
HSL color Cylindrical-coordinate representation of color #B242AD: hue angle of 302.68º 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 #B242AD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 173 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.30 |
| HSL | 302.68º | 0.46% | 0.48% | - |
| HSV(B) | 302.68º | 0.63% | 0.7% | - |
| XYZ | 27.85 | 16.38 | 41.23 | - |
| YUV | 111.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 173 | 0 | 0.63 | 0.03 | 0.30 | 302.68 | 0.46 | 0.48 |
| Hex | B2 | 42 | AD | 0 | 3F | 3 | 1E | 12F | 2E | 30 |
| Octal | 262 | 102 | 255 | 0 | 77 | 3 | 36 | 457 | 56 | 60 |
| Binary | 10110010 | 1000010 | 10101101 | 0 | 111111 | 11 | 11110 | 100101111 | 101110 | 110000 |
Color Harmonies of #B242AD
Complementary color
Monochromatic Colors of #B242AD
Black with #B242AD
Text Example
Text Example
White with #B242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242AD; }
p { color: rgb(178,66,173); }
H1.HeaderClassName
{
color: #B242AD;
}
.AnyTagClassName
{
color: #B242AD;
}
</style>
background-color css
<style>
a { background-color: #B242AD; }
a { background-color: rgb(178,66,173); }
div.DivClassName
{
background-color: #B242AD;
}
.BgClassName
{
background-color: #B242AD;
}
</style>
border-color css
<style>
span { border-color: #B242AD; }
span { border-color: rgb(178,66,173); }
td.TdClassName
{
border-color: #B242AD;
}
.TagClassName
{
border-color: #B242AD;
}
</style>