Shades of Fuchsia #BB70B5
Tints of Fuchsia #BB70B5
RGB
CMYK
RGB Variations
Color information
#BB70B5 (or 0xBB70B5) is known color: Fuchsia. HEX triplet: BB, 70 and B5. RGB value is (187,112,181). Sum of RGB (Red+Green+Blue) = 187+112+181=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70B5 is #448F4A. Grayscale: #8E8E8E. Windows color (decimal): -4493131 or 11890875. OLE color: 11890875.
HSL color Cylindrical-coordinate representation of color #BB70B5: hue angle of 304.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70B5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 181 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.27 |
| HSL | 304.8º | 0.36% | 0.59% | - |
| HSV(B) | 304.8º | 0.4% | 0.73% | - |
| XYZ | 34.63 | 25.49 | 46.81 | - |
| YUV | 142.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 181 | 0 | 0.40 | 0.03 | 0.27 | 304.8 | 0.36 | 0.59 |
| Hex | BB | 70 | B5 | 0 | 28 | 3 | 1B | 131 | 24 | 3B |
| Octal | 273 | 160 | 265 | 0 | 50 | 3 | 33 | 461 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10110101 | 0 | 101000 | 11 | 11011 | 100110001 | 100100 | 111011 |
Color Harmonies of #BB70B5
Complementary color
Monochromatic Colors of #BB70B5
Black with #BB70B5
Text Example
Text Example
White with #BB70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70B5; }
p { color: rgb(187,112,181); }
H1.HeaderClassName
{
color: #BB70B5;
}
.AnyTagClassName
{
color: #BB70B5;
}
</style>
background-color css
<style>
a { background-color: #BB70B5; }
a { background-color: rgb(187,112,181); }
div.DivClassName
{
background-color: #BB70B5;
}
.BgClassName
{
background-color: #BB70B5;
}
</style>
border-color css
<style>
span { border-color: #BB70B5; }
span { border-color: rgb(187,112,181); }
td.TdClassName
{
border-color: #BB70B5;
}
.TagClassName
{
border-color: #BB70B5;
}
</style>