Shades of Fuchsia #BB27B7
Tints of Fuchsia #BB27B7
RGB
CMYK
RGB Variations
Color information
#BB27B7 (or 0xBB27B7) is known color: Fuchsia. HEX triplet: BB, 27 and B7. RGB value is (187,39,183). Sum of RGB (Red+Green+Blue) = 187+39+183=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27B7 is #44D848. Grayscale: #636363. Windows color (decimal): -4511817 or 12003259. OLE color: 12003259.
HSL color Cylindrical-coordinate representation of color #BB27B7: hue angle of 301.62º 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 #BB27B7 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 183 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.27 |
| HSL | 301.62º | 0.65% | 0.44% | - |
| HSV(B) | 301.62º | 0.79% | 0.73% | - |
| XYZ | 29.77 | 15.43 | 46.21 | - |
| YUV | 99.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 183 | 0 | 0.79 | 0.02 | 0.27 | 301.62 | 0.65 | 0.44 |
| Hex | BB | 27 | B7 | 0 | 4F | 2 | 1B | 12E | 41 | 2C |
| Octal | 273 | 47 | 267 | 0 | 117 | 2 | 33 | 456 | 101 | 54 |
| Binary | 10111011 | 100111 | 10110111 | 0 | 1001111 | 10 | 11011 | 100101110 | 1000001 | 101100 |
Color Harmonies of #BB27B7
Complementary color
Monochromatic Colors of #BB27B7
Black with #BB27B7
Text Example
Text Example
White with #BB27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27B7; }
p { color: rgb(187,39,183); }
H1.HeaderClassName
{
color: #BB27B7;
}
.AnyTagClassName
{
color: #BB27B7;
}
</style>
background-color css
<style>
a { background-color: #BB27B7; }
a { background-color: rgb(187,39,183); }
div.DivClassName
{
background-color: #BB27B7;
}
.BgClassName
{
background-color: #BB27B7;
}
</style>
border-color css
<style>
span { border-color: #BB27B7; }
span { border-color: rgb(187,39,183); }
td.TdClassName
{
border-color: #BB27B7;
}
.TagClassName
{
border-color: #BB27B7;
}
</style>