Shades of Medium Violet Red #BB018A
Tints of Medium Violet Red #BB018A
RGB
CMYK
RGB Variations
Color information
#BB018A (or 0xBB018A) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8A. RGB value is (187,1,138). Sum of RGB (Red+Green+Blue) = 187+1+138=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018A is #44FE75. Grayscale: #474747. Windows color (decimal): -4521590 or 9044411. OLE color: 9044411.
HSL color Cylindrical-coordinate representation of color #BB018A: hue angle of 315.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB018A is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.27 |
| HSL | 315.81º | 0.99% | 0.37% | - |
| HSV(B) | 315.81º | 0.99% | 0.73% | - |
| XYZ | 25.09 | 12.42 | 25.12 | - |
| YUV | 72.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 138 | 0 | 0.99 | 0.26 | 0.27 | 315.81 | 0.99 | 0.37 |
| Hex | BB | 1 | 8A | 0 | 63 | 1A | 1B | 13C | 63 | 25 |
| Octal | 273 | 1 | 212 | 0 | 143 | 32 | 33 | 474 | 143 | 45 |
| Binary | 10111011 | 1 | 10001010 | 0 | 1100011 | 11010 | 11011 | 100111100 | 1100011 | 100101 |
Color Harmonies of #BB018A
Complementary color
Monochromatic Colors of #BB018A
Black with #BB018A
Text Example
Text Example
White with #BB018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB018A; }
p { color: rgb(187,1,138); }
H1.HeaderClassName
{
color: #BB018A;
}
.AnyTagClassName
{
color: #BB018A;
}
</style>
background-color css
<style>
a { background-color: #BB018A; }
a { background-color: rgb(187,1,138); }
div.DivClassName
{
background-color: #BB018A;
}
.BgClassName
{
background-color: #BB018A;
}
</style>
border-color css
<style>
span { border-color: #BB018A; }
span { border-color: rgb(187,1,138); }
td.TdClassName
{
border-color: #BB018A;
}
.TagClassName
{
border-color: #BB018A;
}
</style>