Shades of Medium Red Violet #BB266D
Tints of Medium Red Violet #BB266D
RGB
CMYK
RGB Variations
Color information
#BB266D (or 0xBB266D) is known color: Medium Red Violet. HEX triplet: BB, 26 and 6D. RGB value is (187,38,109). Sum of RGB (Red+Green+Blue) = 187+38+109=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB266D is #44D992. Grayscale: #5A5A5A. Windows color (decimal): -4512147 or 7153339. OLE color: 7153339.
HSL color Cylindrical-coordinate representation of color #BB266D: hue angle of 331.41º 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 #BB266D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 109 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 331.41º | 0.66% | 0.44% | - |
| HSV(B) | 331.41º | 0.8% | 0.73% | - |
| XYZ | 23.95 | 13.06 | 15.73 | - |
| YUV | 90.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 109 | 0 | 0.80 | 0.42 | 0.27 | 331.41 | 0.66 | 0.44 |
| Hex | BB | 26 | 6D | 0 | 50 | 2A | 1B | 14B | 42 | 2C |
| Octal | 273 | 46 | 155 | 0 | 120 | 52 | 33 | 513 | 102 | 54 |
| Binary | 10111011 | 100110 | 1101101 | 0 | 1010000 | 101010 | 11011 | 101001011 | 1000010 | 101100 |
Color Harmonies of #BB266D
Complementary color
Monochromatic Colors of #BB266D
Black with #BB266D
Text Example
Text Example
White with #BB266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB266D; }
p { color: rgb(187,38,109); }
H1.HeaderClassName
{
color: #BB266D;
}
.AnyTagClassName
{
color: #BB266D;
}
</style>
background-color css
<style>
a { background-color: #BB266D; }
a { background-color: rgb(187,38,109); }
div.DivClassName
{
background-color: #BB266D;
}
.BgClassName
{
background-color: #BB266D;
}
</style>
border-color css
<style>
span { border-color: #BB266D; }
span { border-color: rgb(187,38,109); }
td.TdClassName
{
border-color: #BB266D;
}
.TagClassName
{
border-color: #BB266D;
}
</style>