Shades of Medium Violet Red #BB0175
Tints of Medium Violet Red #BB0175
RGB
CMYK
RGB Variations
Color information
#BB0175 (or 0xBB0175) is known color: Medium Violet Red. HEX triplet: BB, 01 and 75. RGB value is (187,1,117). Sum of RGB (Red+Green+Blue) = 187+1+117=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0175 is #44FE8A. Grayscale: #454545. Windows color (decimal): -4521611 or 7668155. OLE color: 7668155.
HSL color Cylindrical-coordinate representation of color #BB0175: hue angle of 322.58º 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 #BB0175 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.27 |
| HSL | 322.58º | 0.99% | 0.37% | - |
| HSV(B) | 322.58º | 0.99% | 0.73% | - |
| XYZ | 23.72 | 11.87 | 17.87 | - |
| YUV | 69.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 117 | 0 | 0.99 | 0.37 | 0.27 | 322.58 | 0.99 | 0.37 |
| Hex | BB | 1 | 75 | 0 | 63 | 25 | 1B | 143 | 63 | 25 |
| Octal | 273 | 1 | 165 | 0 | 143 | 45 | 33 | 503 | 143 | 45 |
| Binary | 10111011 | 1 | 1110101 | 0 | 1100011 | 100101 | 11011 | 101000011 | 1100011 | 100101 |
Color Harmonies of #BB0175
Complementary color
Monochromatic Colors of #BB0175
Black with #BB0175
Text Example
Text Example
White with #BB0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0175; }
p { color: rgb(187,1,117); }
H1.HeaderClassName
{
color: #BB0175;
}
.AnyTagClassName
{
color: #BB0175;
}
</style>
background-color css
<style>
a { background-color: #BB0175; }
a { background-color: rgb(187,1,117); }
div.DivClassName
{
background-color: #BB0175;
}
.BgClassName
{
background-color: #BB0175;
}
</style>
border-color css
<style>
span { border-color: #BB0175; }
span { border-color: rgb(187,1,117); }
td.TdClassName
{
border-color: #BB0175;
}
.TagClassName
{
border-color: #BB0175;
}
</style>