Shades of Medium Red Violet #BB267C
Tints of Medium Red Violet #BB267C
RGB
CMYK
RGB Variations
Color information
#BB267C (or 0xBB267C) is known color: Medium Red Violet. HEX triplet: BB, 26 and 7C. RGB value is (187,38,124). Sum of RGB (Red+Green+Blue) = 187+38+124=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB267C is #44D983. Grayscale: #5C5C5C. Windows color (decimal): -4512132 or 8136379. OLE color: 8136379.
HSL color Cylindrical-coordinate representation of color #BB267C: hue angle of 325.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB267C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 124 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.27 |
| HSL | 325.37º | 0.66% | 0.44% | - |
| HSV(B) | 325.37º | 0.8% | 0.73% | - |
| XYZ | 24.82 | 13.41 | 20.35 | - |
| YUV | 92.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 124 | 0 | 0.80 | 0.34 | 0.27 | 325.37 | 0.66 | 0.44 |
| Hex | BB | 26 | 7C | 0 | 50 | 22 | 1B | 145 | 42 | 2C |
| Octal | 273 | 46 | 174 | 0 | 120 | 42 | 33 | 505 | 102 | 54 |
| Binary | 10111011 | 100110 | 1111100 | 0 | 1010000 | 100010 | 11011 | 101000101 | 1000010 | 101100 |
Color Harmonies of #BB267C
Complementary color
Monochromatic Colors of #BB267C
Black with #BB267C
Text Example
Text Example
White with #BB267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB267C; }
p { color: rgb(187,38,124); }
H1.HeaderClassName
{
color: #BB267C;
}
.AnyTagClassName
{
color: #BB267C;
}
</style>
background-color css
<style>
a { background-color: #BB267C; }
a { background-color: rgb(187,38,124); }
div.DivClassName
{
background-color: #BB267C;
}
.BgClassName
{
background-color: #BB267C;
}
</style>
border-color css
<style>
span { border-color: #BB267C; }
span { border-color: rgb(187,38,124); }
td.TdClassName
{
border-color: #BB267C;
}
.TagClassName
{
border-color: #BB267C;
}
</style>