Shades of Fuchsia #B242BE
Tints of Fuchsia #B242BE
RGB
CMYK
RGB Variations
Color information
#B242BE (or 0xB242BE) is known color: Fuchsia. HEX triplet: B2, 42 and BE. RGB value is (178,66,190). Sum of RGB (Red+Green+Blue) = 178+66+190=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B242BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242BE is #4DBD41. Grayscale: #717171. Windows color (decimal): -5094722 or 12468914. OLE color: 12468914.
HSL color Cylindrical-coordinate representation of color #B242BE: hue angle of 294.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B242BE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 66 | 190 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.25 |
| HSL | 294.19º | 0.49% | 0.5% | - |
| HSV(B) | 294.19º | 0.65% | 0.75% | - |
| XYZ | 29.6 | 17.08 | 50.45 | - |
| YUV | 113.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 190 | 0.06 | 0.65 | 0 | 0.25 | 294.19 | 0.49 | 0.5 |
| Hex | B2 | 42 | BE | 6 | 41 | 0 | 19 | 126 | 31 | 32 |
| Octal | 262 | 102 | 276 | 6 | 101 | 0 | 31 | 446 | 61 | 62 |
| Binary | 10110010 | 1000010 | 10111110 | 110 | 1000001 | 0 | 11001 | 100100110 | 110001 | 110010 |
Color Harmonies of #B242BE
Complementary color
Monochromatic Colors of #B242BE
Black with #B242BE
Text Example
Text Example
White with #B242BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242BE; }
p { color: rgb(178,66,190); }
H1.HeaderClassName
{
color: #B242BE;
}
.AnyTagClassName
{
color: #B242BE;
}
</style>
background-color css
<style>
a { background-color: #B242BE; }
a { background-color: rgb(178,66,190); }
div.DivClassName
{
background-color: #B242BE;
}
.BgClassName
{
background-color: #B242BE;
}
</style>
border-color css
<style>
span { border-color: #B242BE; }
span { border-color: rgb(178,66,190); }
td.TdClassName
{
border-color: #B242BE;
}
.TagClassName
{
border-color: #B242BE;
}
</style>