Shades of Fuchsia #B242BD
Tints of Fuchsia #B242BD
RGB
CMYK
RGB Variations
Color information
#B242BD (or 0xB242BD) is known color: Fuchsia. HEX triplet: B2, 42 and BD. RGB value is (178,66,189). Sum of RGB (Red+Green+Blue) = 178+66+189=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B242BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242BD is #4DBD42. Grayscale: #717171. Windows color (decimal): -5094723 or 12403378. OLE color: 12403378.
HSL color Cylindrical-coordinate representation of color #B242BD: hue angle of 294.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B242BD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 66 | 189 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.26 |
| HSL | 294.63º | 0.48% | 0.5% | - |
| HSV(B) | 294.63º | 0.65% | 0.74% | - |
| XYZ | 29.49 | 17.04 | 49.88 | - |
| YUV | 113.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 189 | 0.06 | 0.65 | 0 | 0.26 | 294.63 | 0.48 | 0.5 |
| Hex | B2 | 42 | BD | 6 | 41 | 0 | 1A | 127 | 30 | 32 |
| Octal | 262 | 102 | 275 | 6 | 101 | 0 | 32 | 447 | 60 | 62 |
| Binary | 10110010 | 1000010 | 10111101 | 110 | 1000001 | 0 | 11010 | 100100111 | 110000 | 110010 |
Color Harmonies of #B242BD
Complementary color
Monochromatic Colors of #B242BD
Black with #B242BD
Text Example
Text Example
White with #B242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242BD; }
p { color: rgb(178,66,189); }
H1.HeaderClassName
{
color: #B242BD;
}
.AnyTagClassName
{
color: #B242BD;
}
</style>
background-color css
<style>
a { background-color: #B242BD; }
a { background-color: rgb(178,66,189); }
div.DivClassName
{
background-color: #B242BD;
}
.BgClassName
{
background-color: #B242BD;
}
</style>
border-color css
<style>
span { border-color: #B242BD; }
span { border-color: rgb(178,66,189); }
td.TdClassName
{
border-color: #B242BD;
}
.TagClassName
{
border-color: #B242BD;
}
</style>