Shades of Medium Violet Red #BB038B
Tints of Medium Violet Red #BB038B
RGB
CMYK
RGB Variations
Color information
#BB038B (or 0xBB038B) is known color: Medium Violet Red. HEX triplet: BB, 03 and 8B. RGB value is (187,3,139). Sum of RGB (Red+Green+Blue) = 187+3+139=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB038B is #44FC74. Grayscale: #494949. Windows color (decimal): -4521077 or 9110459. OLE color: 9110459.
HSL color Cylindrical-coordinate representation of color #BB038B: hue angle of 315.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB038B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.27 |
| HSL | 315.65º | 0.97% | 0.37% | - |
| HSV(B) | 315.65º | 0.98% | 0.73% | - |
| XYZ | 25.19 | 12.49 | 25.51 | - |
| YUV | 73.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 139 | 0 | 0.98 | 0.26 | 0.27 | 315.65 | 0.97 | 0.37 |
| Hex | BB | 3 | 8B | 0 | 62 | 1A | 1B | 13C | 61 | 25 |
| Octal | 273 | 3 | 213 | 0 | 142 | 32 | 33 | 474 | 141 | 45 |
| Binary | 10111011 | 11 | 10001011 | 0 | 1100010 | 11010 | 11011 | 100111100 | 1100001 | 100101 |
Color Harmonies of #BB038B
Complementary color
Monochromatic Colors of #BB038B
Black with #BB038B
Text Example
Text Example
White with #BB038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB038B; }
p { color: rgb(187,3,139); }
H1.HeaderClassName
{
color: #BB038B;
}
.AnyTagClassName
{
color: #BB038B;
}
</style>
background-color css
<style>
a { background-color: #BB038B; }
a { background-color: rgb(187,3,139); }
div.DivClassName
{
background-color: #BB038B;
}
.BgClassName
{
background-color: #BB038B;
}
</style>
border-color css
<style>
span { border-color: #BB038B; }
span { border-color: rgb(187,3,139); }
td.TdClassName
{
border-color: #BB038B;
}
.TagClassName
{
border-color: #BB038B;
}
</style>