Shades of Fuchsia #BB45BD
Tints of Fuchsia #BB45BD
RGB
CMYK
RGB Variations
Color information
#BB45BD (or 0xBB45BD) is known color: Fuchsia. HEX triplet: BB, 45 and BD. RGB value is (187,69,189). Sum of RGB (Red+Green+Blue) = 187+69+189=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45BD is #44BA42. Grayscale: #757575. Windows color (decimal): -4504131 or 12404155. OLE color: 12404155.
HSL color Cylindrical-coordinate representation of color #BB45BD: hue angle of 299º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB45BD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 69 | 189 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.26 |
| HSL | 299º | 0.48% | 0.51% | - |
| HSV(B) | 299º | 0.63% | 0.74% | - |
| XYZ | 31.81 | 18.5 | 50.04 | - |
| YUV | 117.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 189 | 0.01 | 0.63 | 0 | 0.26 | 299 | 0.48 | 0.51 |
| Hex | BB | 45 | BD | 1 | 3F | 0 | 1A | 12B | 30 | 33 |
| Octal | 273 | 105 | 275 | 1 | 77 | 0 | 32 | 453 | 60 | 63 |
| Binary | 10111011 | 1000101 | 10111101 | 1 | 111111 | 0 | 11010 | 100101011 | 110000 | 110011 |
Color Harmonies of #BB45BD
Complementary color
Monochromatic Colors of #BB45BD
Black with #BB45BD
Text Example
Text Example
White with #BB45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45BD; }
p { color: rgb(187,69,189); }
H1.HeaderClassName
{
color: #BB45BD;
}
.AnyTagClassName
{
color: #BB45BD;
}
</style>
background-color css
<style>
a { background-color: #BB45BD; }
a { background-color: rgb(187,69,189); }
div.DivClassName
{
background-color: #BB45BD;
}
.BgClassName
{
background-color: #BB45BD;
}
</style>
border-color css
<style>
span { border-color: #BB45BD; }
span { border-color: rgb(187,69,189); }
td.TdClassName
{
border-color: #BB45BD;
}
.TagClassName
{
border-color: #BB45BD;
}
</style>