Shades of Medium Red Violet #BB3F8B
Tints of Medium Red Violet #BB3F8B
RGB
CMYK
RGB Variations
Color information
#BB3F8B (or 0xBB3F8B) is known color: Medium Red Violet. HEX triplet: BB, 3F and 8B. RGB value is (187,63,139). Sum of RGB (Red+Green+Blue) = 187+63+139=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F8B is #44C074. Grayscale: #6C6C6C. Windows color (decimal): -4505717 or 9125819. OLE color: 9125819.
HSL color Cylindrical-coordinate representation of color #BB3F8B: hue angle of 323.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F8B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 139 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.27 |
| HSL | 323.23º | 0.5% | 0.49% | - |
| HSV(B) | 323.23º | 0.66% | 0.73% | - |
| XYZ | 26.93 | 15.98 | 26.09 | - |
| YUV | 108.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 139 | 0 | 0.66 | 0.26 | 0.27 | 323.23 | 0.5 | 0.49 |
| Hex | BB | 3F | 8B | 0 | 42 | 1A | 1B | 143 | 32 | 31 |
| Octal | 273 | 77 | 213 | 0 | 102 | 32 | 33 | 503 | 62 | 61 |
| Binary | 10111011 | 111111 | 10001011 | 0 | 1000010 | 11010 | 11011 | 101000011 | 110010 | 110001 |
Color Harmonies of #BB3F8B
Complementary color
Monochromatic Colors of #BB3F8B
Black with #BB3F8B
Text Example
Text Example
White with #BB3F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F8B; }
p { color: rgb(187,63,139); }
H1.HeaderClassName
{
color: #BB3F8B;
}
.AnyTagClassName
{
color: #BB3F8B;
}
</style>
background-color css
<style>
a { background-color: #BB3F8B; }
a { background-color: rgb(187,63,139); }
div.DivClassName
{
background-color: #BB3F8B;
}
.BgClassName
{
background-color: #BB3F8B;
}
</style>
border-color css
<style>
span { border-color: #BB3F8B; }
span { border-color: rgb(187,63,139); }
td.TdClassName
{
border-color: #BB3F8B;
}
.TagClassName
{
border-color: #BB3F8B;
}
</style>