Shades of Fuchsia #BB39BA
Tints of Fuchsia #BB39BA
RGB
CMYK
RGB Variations
Color information
#BB39BA (or 0xBB39BA) is known color: Fuchsia. HEX triplet: BB, 39 and BA. RGB value is (187,57,186). Sum of RGB (Red+Green+Blue) = 187+57+186=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39BA is #44C645. Grayscale: #6E6E6E. Windows color (decimal): -4507206 or 12204475. OLE color: 12204475.
HSL color Cylindrical-coordinate representation of color #BB39BA: hue angle of 300.46º 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 #BB39BA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 186 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.27 |
| HSL | 300.46º | 0.53% | 0.48% | - |
| HSV(B) | 300.46º | 0.7% | 0.73% | - |
| XYZ | 30.82 | 17.04 | 48.12 | - |
| YUV | 110.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 186 | 0 | 0.70 | 0.01 | 0.27 | 300.46 | 0.53 | 0.48 |
| Hex | BB | 39 | BA | 0 | 46 | 1 | 1B | 12C | 35 | 30 |
| Octal | 273 | 71 | 272 | 0 | 106 | 1 | 33 | 454 | 65 | 60 |
| Binary | 10111011 | 111001 | 10111010 | 0 | 1000110 | 1 | 11011 | 100101100 | 110101 | 110000 |
Color Harmonies of #BB39BA
Complementary color
Monochromatic Colors of #BB39BA
Black with #BB39BA
Text Example
Text Example
White with #BB39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39BA; }
p { color: rgb(187,57,186); }
H1.HeaderClassName
{
color: #BB39BA;
}
.AnyTagClassName
{
color: #BB39BA;
}
</style>
background-color css
<style>
a { background-color: #BB39BA; }
a { background-color: rgb(187,57,186); }
div.DivClassName
{
background-color: #BB39BA;
}
.BgClassName
{
background-color: #BB39BA;
}
</style>
border-color css
<style>
span { border-color: #BB39BA; }
span { border-color: rgb(187,57,186); }
td.TdClassName
{
border-color: #BB39BA;
}
.TagClassName
{
border-color: #BB39BA;
}
</style>