Shades of Fuchsia #B737BA
Tints of Fuchsia #B737BA
RGB
CMYK
RGB Variations
Color information
#B737BA (or 0xB737BA) is known color: Fuchsia. HEX triplet: B7, 37 and BA. RGB value is (183,55,186). Sum of RGB (Red+Green+Blue) = 183+55+186=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B737BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737BA is #48C845. Grayscale: #6B6B6B. Windows color (decimal): -4769862 or 12203959. OLE color: 12203959.
HSL color Cylindrical-coordinate representation of color #B737BA: hue angle of 298.63º 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 #B737BA is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 55 | 186 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.27 |
| HSL | 298.63º | 0.54% | 0.47% | - |
| HSV(B) | 298.63º | 0.7% | 0.73% | - |
| XYZ | 29.76 | 16.34 | 48.04 | - |
| YUV | 108.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 186 | 0.02 | 0.70 | 0 | 0.27 | 298.63 | 0.54 | 0.47 |
| Hex | B7 | 37 | BA | 2 | 46 | 0 | 1B | 12B | 36 | 2F |
| Octal | 267 | 67 | 272 | 2 | 106 | 0 | 33 | 453 | 66 | 57 |
| Binary | 10110111 | 110111 | 10111010 | 10 | 1000110 | 0 | 11011 | 100101011 | 110110 | 101111 |
Color Harmonies of #B737BA
Complementary color
Monochromatic Colors of #B737BA
Black with #B737BA
Text Example
Text Example
White with #B737BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737BA; }
p { color: rgb(183,55,186); }
H1.HeaderClassName
{
color: #B737BA;
}
.AnyTagClassName
{
color: #B737BA;
}
</style>
background-color css
<style>
a { background-color: #B737BA; }
a { background-color: rgb(183,55,186); }
div.DivClassName
{
background-color: #B737BA;
}
.BgClassName
{
background-color: #B737BA;
}
</style>
border-color css
<style>
span { border-color: #B737BA; }
span { border-color: rgb(183,55,186); }
td.TdClassName
{
border-color: #B737BA;
}
.TagClassName
{
border-color: #B737BA;
}
</style>