Shades of Medium Red Violet #BB268B
Tints of Medium Red Violet #BB268B
RGB
CMYK
RGB Variations
Color information
#BB268B (or 0xBB268B) is known color: Medium Red Violet. HEX triplet: BB, 26 and 8B. RGB value is (187,38,139). Sum of RGB (Red+Green+Blue) = 187+38+139=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB268B is #44D974. Grayscale: #5D5D5D. Windows color (decimal): -4512117 or 9119419. OLE color: 9119419.
HSL color Cylindrical-coordinate representation of color #BB268B: hue angle of 319.33º 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 #BB268B is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 139 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.27 |
| HSL | 319.33º | 0.66% | 0.44% | - |
| HSV(B) | 319.33º | 0.8% | 0.73% | - |
| XYZ | 25.85 | 13.82 | 25.73 | - |
| YUV | 94.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 139 | 0 | 0.80 | 0.26 | 0.27 | 319.33 | 0.66 | 0.44 |
| Hex | BB | 26 | 8B | 0 | 50 | 1A | 1B | 13F | 42 | 2C |
| Octal | 273 | 46 | 213 | 0 | 120 | 32 | 33 | 477 | 102 | 54 |
| Binary | 10111011 | 100110 | 10001011 | 0 | 1010000 | 11010 | 11011 | 100111111 | 1000010 | 101100 |
Color Harmonies of #BB268B
Complementary color
Monochromatic Colors of #BB268B
Black with #BB268B
Text Example
Text Example
White with #BB268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB268B; }
p { color: rgb(187,38,139); }
H1.HeaderClassName
{
color: #BB268B;
}
.AnyTagClassName
{
color: #BB268B;
}
</style>
background-color css
<style>
a { background-color: #BB268B; }
a { background-color: rgb(187,38,139); }
div.DivClassName
{
background-color: #BB268B;
}
.BgClassName
{
background-color: #BB268B;
}
</style>
border-color css
<style>
span { border-color: #BB268B; }
span { border-color: rgb(187,38,139); }
td.TdClassName
{
border-color: #BB268B;
}
.TagClassName
{
border-color: #BB268B;
}
</style>