Shades of Fuchsia #BB39B2
Tints of Fuchsia #BB39B2
RGB
CMYK
RGB Variations
Color information
#BB39B2 (or 0xBB39B2) is known color: Fuchsia. HEX triplet: BB, 39 and B2. RGB value is (187,57,178). Sum of RGB (Red+Green+Blue) = 187+57+178=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39B2 is #44C64D. Grayscale: #6D6D6D. Windows color (decimal): -4507214 or 11680187. OLE color: 11680187.
HSL color Cylindrical-coordinate representation of color #BB39B2: hue angle of 304.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB39B2 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 178 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.27 |
| HSL | 304.15º | 0.53% | 0.48% | - |
| HSV(B) | 304.15º | 0.7% | 0.73% | - |
| XYZ | 29.99 | 16.71 | 43.76 | - |
| YUV | 109.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 178 | 0 | 0.70 | 0.05 | 0.27 | 304.15 | 0.53 | 0.48 |
| Hex | BB | 39 | B2 | 0 | 46 | 5 | 1B | 130 | 35 | 30 |
| Octal | 273 | 71 | 262 | 0 | 106 | 5 | 33 | 460 | 65 | 60 |
| Binary | 10111011 | 111001 | 10110010 | 0 | 1000110 | 101 | 11011 | 100110000 | 110101 | 110000 |
Color Harmonies of #BB39B2
Complementary color
Monochromatic Colors of #BB39B2
Black with #BB39B2
Text Example
Text Example
White with #BB39B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39B2; }
p { color: rgb(187,57,178); }
H1.HeaderClassName
{
color: #BB39B2;
}
.AnyTagClassName
{
color: #BB39B2;
}
</style>
background-color css
<style>
a { background-color: #BB39B2; }
a { background-color: rgb(187,57,178); }
div.DivClassName
{
background-color: #BB39B2;
}
.BgClassName
{
background-color: #BB39B2;
}
</style>
border-color css
<style>
span { border-color: #BB39B2; }
span { border-color: rgb(187,57,178); }
td.TdClassName
{
border-color: #BB39B2;
}
.TagClassName
{
border-color: #BB39B2;
}
</style>