Shades of Fuchsia #BB27BA
Tints of Fuchsia #BB27BA
RGB
CMYK
RGB Variations
Color information
#BB27BA (or 0xBB27BA) is known color: Fuchsia. HEX triplet: BB, 27 and BA. RGB value is (187,39,186). Sum of RGB (Red+Green+Blue) = 187+39+186=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27BA is #44D845. Grayscale: #636363. Windows color (decimal): -4511814 or 12199867. OLE color: 12199867.
HSL color Cylindrical-coordinate representation of color #BB27BA: hue angle of 300.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB27BA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 186 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.27 |
| HSL | 300.41º | 0.65% | 0.44% | - |
| HSV(B) | 300.41º | 0.79% | 0.73% | - |
| XYZ | 30.08 | 15.56 | 47.87 | - |
| YUV | 100.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 186 | 0 | 0.79 | 0.01 | 0.27 | 300.41 | 0.65 | 0.44 |
| Hex | BB | 27 | BA | 0 | 4F | 1 | 1B | 12C | 41 | 2C |
| Octal | 273 | 47 | 272 | 0 | 117 | 1 | 33 | 454 | 101 | 54 |
| Binary | 10111011 | 100111 | 10111010 | 0 | 1001111 | 1 | 11011 | 100101100 | 1000001 | 101100 |
Color Harmonies of #BB27BA
Complementary color
Monochromatic Colors of #BB27BA
Black with #BB27BA
Text Example
Text Example
White with #BB27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27BA; }
p { color: rgb(187,39,186); }
H1.HeaderClassName
{
color: #BB27BA;
}
.AnyTagClassName
{
color: #BB27BA;
}
</style>
background-color css
<style>
a { background-color: #BB27BA; }
a { background-color: rgb(187,39,186); }
div.DivClassName
{
background-color: #BB27BA;
}
.BgClassName
{
background-color: #BB27BA;
}
</style>
border-color css
<style>
span { border-color: #BB27BA; }
span { border-color: rgb(187,39,186); }
td.TdClassName
{
border-color: #BB27BA;
}
.TagClassName
{
border-color: #BB27BA;
}
</style>