Shades of Medium Red Violet #BB277F
Tints of Medium Red Violet #BB277F
RGB
CMYK
RGB Variations
Color information
#BB277F (or 0xBB277F) is known color: Medium Red Violet. HEX triplet: BB, 27 and 7F. RGB value is (187,39,127). Sum of RGB (Red+Green+Blue) = 187+39+127=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB277F is #44D880. Grayscale: #5D5D5D. Windows color (decimal): -4511873 or 8333243. OLE color: 8333243.
HSL color Cylindrical-coordinate representation of color #BB277F: hue angle of 324.32º 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 #BB277F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 127 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.27 |
| HSL | 324.32º | 0.65% | 0.44% | - |
| HSV(B) | 324.32º | 0.79% | 0.73% | - |
| XYZ | 25.05 | 13.55 | 21.37 | - |
| YUV | 93.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 127 | 0 | 0.79 | 0.32 | 0.27 | 324.32 | 0.65 | 0.44 |
| Hex | BB | 27 | 7F | 0 | 4F | 20 | 1B | 144 | 41 | 2C |
| Octal | 273 | 47 | 177 | 0 | 117 | 40 | 33 | 504 | 101 | 54 |
| Binary | 10111011 | 100111 | 1111111 | 0 | 1001111 | 100000 | 11011 | 101000100 | 1000001 | 101100 |
Color Harmonies of #BB277F
Complementary color
Monochromatic Colors of #BB277F
Black with #BB277F
Text Example
Text Example
White with #BB277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB277F; }
p { color: rgb(187,39,127); }
H1.HeaderClassName
{
color: #BB277F;
}
.AnyTagClassName
{
color: #BB277F;
}
</style>
background-color css
<style>
a { background-color: #BB277F; }
a { background-color: rgb(187,39,127); }
div.DivClassName
{
background-color: #BB277F;
}
.BgClassName
{
background-color: #BB277F;
}
</style>
border-color css
<style>
span { border-color: #BB277F; }
span { border-color: rgb(187,39,127); }
td.TdClassName
{
border-color: #BB277F;
}
.TagClassName
{
border-color: #BB277F;
}
</style>