Shades of Medium Red Violet #BB397E
Tints of Medium Red Violet #BB397E
RGB
CMYK
RGB Variations
Color information
#BB397E (or 0xBB397E) is known color: Medium Red Violet. HEX triplet: BB, 39 and 7E. RGB value is (187,57,126). Sum of RGB (Red+Green+Blue) = 187+57+126=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397E is #44C681. Grayscale: #676767. Windows color (decimal): -4507266 or 8272315. OLE color: 8272315.
HSL color Cylindrical-coordinate representation of color #BB397E: hue angle of 328.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB397E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 126 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.27 |
| HSL | 328.15º | 0.53% | 0.48% | - |
| HSV(B) | 328.15º | 0.7% | 0.73% | - |
| XYZ | 25.72 | 15 | 21.28 | - |
| YUV | 103.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 126 | 0 | 0.70 | 0.33 | 0.27 | 328.15 | 0.53 | 0.48 |
| Hex | BB | 39 | 7E | 0 | 46 | 21 | 1B | 148 | 35 | 30 |
| Octal | 273 | 71 | 176 | 0 | 106 | 41 | 33 | 510 | 65 | 60 |
| Binary | 10111011 | 111001 | 1111110 | 0 | 1000110 | 100001 | 11011 | 101001000 | 110101 | 110000 |
Color Harmonies of #BB397E
Complementary color
Monochromatic Colors of #BB397E
Black with #BB397E
Text Example
Text Example
White with #BB397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB397E; }
p { color: rgb(187,57,126); }
H1.HeaderClassName
{
color: #BB397E;
}
.AnyTagClassName
{
color: #BB397E;
}
</style>
background-color css
<style>
a { background-color: #BB397E; }
a { background-color: rgb(187,57,126); }
div.DivClassName
{
background-color: #BB397E;
}
.BgClassName
{
background-color: #BB397E;
}
</style>
border-color css
<style>
span { border-color: #BB397E; }
span { border-color: rgb(187,57,126); }
td.TdClassName
{
border-color: #BB397E;
}
.TagClassName
{
border-color: #BB397E;
}
</style>