Shades of Medium Red Violet #BB277D
Tints of Medium Red Violet #BB277D
RGB
CMYK
RGB Variations
Color information
#BB277D (or 0xBB277D) is known color: Medium Red Violet. HEX triplet: BB, 27 and 7D. RGB value is (187,39,125). Sum of RGB (Red+Green+Blue) = 187+39+125=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB277D is #44D882. Grayscale: #5C5C5C. Windows color (decimal): -4511875 or 8202171. OLE color: 8202171.
HSL color Cylindrical-coordinate representation of color #BB277D: hue angle of 325.14º 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 #BB277D is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 125 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.27 |
| HSL | 325.14º | 0.65% | 0.44% | - |
| HSV(B) | 325.14º | 0.79% | 0.73% | - |
| XYZ | 24.92 | 13.5 | 20.69 | - |
| YUV | 93.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 125 | 0 | 0.79 | 0.33 | 0.27 | 325.14 | 0.65 | 0.44 |
| Hex | BB | 27 | 7D | 0 | 4F | 21 | 1B | 145 | 41 | 2C |
| Octal | 273 | 47 | 175 | 0 | 117 | 41 | 33 | 505 | 101 | 54 |
| Binary | 10111011 | 100111 | 1111101 | 0 | 1001111 | 100001 | 11011 | 101000101 | 1000001 | 101100 |
Color Harmonies of #BB277D
Complementary color
Monochromatic Colors of #BB277D
Black with #BB277D
Text Example
Text Example
White with #BB277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB277D; }
p { color: rgb(187,39,125); }
H1.HeaderClassName
{
color: #BB277D;
}
.AnyTagClassName
{
color: #BB277D;
}
</style>
background-color css
<style>
a { background-color: #BB277D; }
a { background-color: rgb(187,39,125); }
div.DivClassName
{
background-color: #BB277D;
}
.BgClassName
{
background-color: #BB277D;
}
</style>
border-color css
<style>
span { border-color: #BB277D; }
span { border-color: rgb(187,39,125); }
td.TdClassName
{
border-color: #BB277D;
}
.TagClassName
{
border-color: #BB277D;
}
</style>