Shades of Medium Red Violet #BB266F
Tints of Medium Red Violet #BB266F
RGB
CMYK
RGB Variations
Color information
#BB266F (or 0xBB266F) is known color: Medium Red Violet. HEX triplet: BB, 26 and 6F. RGB value is (187,38,111). Sum of RGB (Red+Green+Blue) = 187+38+111=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB266F is #44D990. Grayscale: #5A5A5A. Windows color (decimal): -4512145 or 7284411. OLE color: 7284411.
HSL color Cylindrical-coordinate representation of color #BB266F: hue angle of 330.6º 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 #BB266F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 111 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.27 |
| HSL | 330.6º | 0.66% | 0.44% | - |
| HSV(B) | 330.6º | 0.8% | 0.73% | - |
| XYZ | 24.06 | 13.1 | 16.3 | - |
| YUV | 90.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 111 | 0 | 0.80 | 0.41 | 0.27 | 330.6 | 0.66 | 0.44 |
| Hex | BB | 26 | 6F | 0 | 50 | 29 | 1B | 14B | 42 | 2C |
| Octal | 273 | 46 | 157 | 0 | 120 | 51 | 33 | 513 | 102 | 54 |
| Binary | 10111011 | 100110 | 1101111 | 0 | 1010000 | 101001 | 11011 | 101001011 | 1000010 | 101100 |
Color Harmonies of #BB266F
Complementary color
Monochromatic Colors of #BB266F
Black with #BB266F
Text Example
Text Example
White with #BB266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB266F; }
p { color: rgb(187,38,111); }
H1.HeaderClassName
{
color: #BB266F;
}
.AnyTagClassName
{
color: #BB266F;
}
</style>
background-color css
<style>
a { background-color: #BB266F; }
a { background-color: rgb(187,38,111); }
div.DivClassName
{
background-color: #BB266F;
}
.BgClassName
{
background-color: #BB266F;
}
</style>
border-color css
<style>
span { border-color: #BB266F; }
span { border-color: rgb(187,38,111); }
td.TdClassName
{
border-color: #BB266F;
}
.TagClassName
{
border-color: #BB266F;
}
</style>