Shades of Medium Red Violet #BB317A
Tints of Medium Red Violet #BB317A
RGB
CMYK
RGB Variations
Color information
#BB317A (or 0xBB317A) is known color: Medium Red Violet. HEX triplet: BB, 31 and 7A. RGB value is (187,49,122). Sum of RGB (Red+Green+Blue) = 187+49+122=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB317A is #44CE85. Grayscale: #626262. Windows color (decimal): -4509318 or 8008123. OLE color: 8008123.
HSL color Cylindrical-coordinate representation of color #BB317A: hue angle of 328.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB317A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 122 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.27 |
| HSL | 328.26º | 0.58% | 0.46% | - |
| HSV(B) | 328.26º | 0.74% | 0.73% | - |
| XYZ | 25.1 | 14.17 | 19.82 | - |
| YUV | 98.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 122 | 0 | 0.74 | 0.35 | 0.27 | 328.26 | 0.58 | 0.46 |
| Hex | BB | 31 | 7A | 0 | 4A | 23 | 1B | 148 | 3A | 2E |
| Octal | 273 | 61 | 172 | 0 | 112 | 43 | 33 | 510 | 72 | 56 |
| Binary | 10111011 | 110001 | 1111010 | 0 | 1001010 | 100011 | 11011 | 101001000 | 111010 | 101110 |
Color Harmonies of #BB317A
Complementary color
Monochromatic Colors of #BB317A
Black with #BB317A
Text Example
Text Example
White with #BB317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB317A; }
p { color: rgb(187,49,122); }
H1.HeaderClassName
{
color: #BB317A;
}
.AnyTagClassName
{
color: #BB317A;
}
</style>
background-color css
<style>
a { background-color: #BB317A; }
a { background-color: rgb(187,49,122); }
div.DivClassName
{
background-color: #BB317A;
}
.BgClassName
{
background-color: #BB317A;
}
</style>
border-color css
<style>
span { border-color: #BB317A; }
span { border-color: rgb(187,49,122); }
td.TdClassName
{
border-color: #BB317A;
}
.TagClassName
{
border-color: #BB317A;
}
</style>