Shades of Fuchsia #B937B0
Tints of Fuchsia #B937B0
RGB
CMYK
RGB Variations
Color information
#B937B0 (or 0xB937B0) is known color: Fuchsia. HEX triplet: B9, 37 and B0. RGB value is (185,55,176). Sum of RGB (Red+Green+Blue) = 185+55+176=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B937B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B937B0 is #46C84F. Grayscale: #6B6B6B. Windows color (decimal): -4638800 or 11548601. OLE color: 11548601.
HSL color Cylindrical-coordinate representation of color #B937B0: hue angle of 304.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B937B0 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 176 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.27 |
| HSL | 304.15º | 0.54% | 0.47% | - |
| HSV(B) | 304.15º | 0.7% | 0.73% | - |
| XYZ | 29.21 | 16.18 | 42.66 | - |
| YUV | 107.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 176 | 0 | 0.70 | 0.05 | 0.27 | 304.15 | 0.54 | 0.47 |
| Hex | B9 | 37 | B0 | 0 | 46 | 5 | 1B | 130 | 36 | 2F |
| Octal | 271 | 67 | 260 | 0 | 106 | 5 | 33 | 460 | 66 | 57 |
| Binary | 10111001 | 110111 | 10110000 | 0 | 1000110 | 101 | 11011 | 100110000 | 110110 | 101111 |
Color Harmonies of #B937B0
Complementary color
Monochromatic Colors of #B937B0
Black with #B937B0
Text Example
Text Example
White with #B937B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937B0; }
p { color: rgb(185,55,176); }
H1.HeaderClassName
{
color: #B937B0;
}
.AnyTagClassName
{
color: #B937B0;
}
</style>
background-color css
<style>
a { background-color: #B937B0; }
a { background-color: rgb(185,55,176); }
div.DivClassName
{
background-color: #B937B0;
}
.BgClassName
{
background-color: #B937B0;
}
</style>
border-color css
<style>
span { border-color: #B937B0; }
span { border-color: rgb(185,55,176); }
td.TdClassName
{
border-color: #B937B0;
}
.TagClassName
{
border-color: #B937B0;
}
</style>