Shades of Fuchsia #B937C0
Tints of Fuchsia #B937C0
RGB
CMYK
RGB Variations
Color information
#B937C0 (or 0xB937C0) is known color: Fuchsia. HEX triplet: B9, 37 and C0. RGB value is (185,55,192). Sum of RGB (Red+Green+Blue) = 185+55+192=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #B937C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937C0 is #46C83F. Grayscale: #6D6D6D. Windows color (decimal): -4638784 or 12597177. OLE color: 12597177.
HSL color Cylindrical-coordinate representation of color #B937C0: hue angle of 296.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B937C0 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 55 | 192 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.25 |
| HSL | 296.93º | 0.55% | 0.48% | - |
| HSV(B) | 296.93º | 0.71% | 0.75% | - |
| XYZ | 30.89 | 16.85 | 51.49 | - |
| YUV | 109.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 192 | 0.04 | 0.71 | 0 | 0.25 | 296.93 | 0.55 | 0.48 |
| Hex | B9 | 37 | C0 | 4 | 47 | 0 | 19 | 129 | 37 | 30 |
| Octal | 271 | 67 | 300 | 4 | 107 | 0 | 31 | 451 | 67 | 60 |
| Binary | 10111001 | 110111 | 11000000 | 100 | 1000111 | 0 | 11001 | 100101001 | 110111 | 110000 |
Color Harmonies of #B937C0
Complementary color
Monochromatic Colors of #B937C0
Black with #B937C0
Text Example
Text Example
White with #B937C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937C0; }
p { color: rgb(185,55,192); }
H1.HeaderClassName
{
color: #B937C0;
}
.AnyTagClassName
{
color: #B937C0;
}
</style>
background-color css
<style>
a { background-color: #B937C0; }
a { background-color: rgb(185,55,192); }
div.DivClassName
{
background-color: #B937C0;
}
.BgClassName
{
background-color: #B937C0;
}
</style>
border-color css
<style>
span { border-color: #B937C0; }
span { border-color: rgb(185,55,192); }
td.TdClassName
{
border-color: #B937C0;
}
.TagClassName
{
border-color: #B937C0;
}
</style>