Shades of Fuchsia #BB37C2
Tints of Fuchsia #BB37C2
RGB
CMYK
RGB Variations
Color information
#BB37C2 (or 0xBB37C2) is known color: Fuchsia. HEX triplet: BB, 37 and C2. RGB value is (187,55,194). Sum of RGB (Red+Green+Blue) = 187+55+194=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB37C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37C2 is #44C83D. Grayscale: #6D6D6D. Windows color (decimal): -4507710 or 12728251. OLE color: 12728251.
HSL color Cylindrical-coordinate representation of color #BB37C2: hue angle of 296.98º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB37C2 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 55 | 194 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.24 |
| HSL | 296.98º | 0.56% | 0.49% | - |
| HSV(B) | 296.98º | 0.72% | 0.76% | - |
| XYZ | 31.6 | 17.19 | 52.69 | - |
| YUV | 110.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 194 | 0.04 | 0.72 | 0 | 0.24 | 296.98 | 0.56 | 0.49 |
| Hex | BB | 37 | C2 | 4 | 48 | 0 | 18 | 129 | 38 | 31 |
| Octal | 273 | 67 | 302 | 4 | 110 | 0 | 30 | 451 | 70 | 61 |
| Binary | 10111011 | 110111 | 11000010 | 100 | 1001000 | 0 | 11000 | 100101001 | 111000 | 110001 |
Color Harmonies of #BB37C2
Complementary color
Monochromatic Colors of #BB37C2
Black with #BB37C2
Text Example
Text Example
White with #BB37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37C2; }
p { color: rgb(187,55,194); }
H1.HeaderClassName
{
color: #BB37C2;
}
.AnyTagClassName
{
color: #BB37C2;
}
</style>
background-color css
<style>
a { background-color: #BB37C2; }
a { background-color: rgb(187,55,194); }
div.DivClassName
{
background-color: #BB37C2;
}
.BgClassName
{
background-color: #BB37C2;
}
</style>
border-color css
<style>
span { border-color: #BB37C2; }
span { border-color: rgb(187,55,194); }
td.TdClassName
{
border-color: #BB37C2;
}
.TagClassName
{
border-color: #BB37C2;
}
</style>