Shades of Medium Red Violet #BB306F
Tints of Medium Red Violet #BB306F
RGB
CMYK
RGB Variations
Color information
#BB306F (or 0xBB306F) is known color: Medium Red Violet. HEX triplet: BB, 30 and 6F. RGB value is (187,48,111). Sum of RGB (Red+Green+Blue) = 187+48+111=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB306F is #44CF90. Grayscale: #606060. Windows color (decimal): -4509585 or 7286971. OLE color: 7286971.
HSL color Cylindrical-coordinate representation of color #BB306F: hue angle of 332.81º degrees, saturation: 0.59, 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 #BB306F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 111 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.27 |
| HSL | 332.81º | 0.59% | 0.46% | - |
| HSV(B) | 332.81º | 0.74% | 0.73% | - |
| XYZ | 24.42 | 13.83 | 16.42 | - |
| YUV | 96.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 111 | 0 | 0.74 | 0.41 | 0.27 | 332.81 | 0.59 | 0.46 |
| Hex | BB | 30 | 6F | 0 | 4A | 29 | 1B | 14D | 3B | 2E |
| Octal | 273 | 60 | 157 | 0 | 112 | 51 | 33 | 515 | 73 | 56 |
| Binary | 10111011 | 110000 | 1101111 | 0 | 1001010 | 101001 | 11011 | 101001101 | 111011 | 101110 |
Color Harmonies of #BB306F
Complementary color
Monochromatic Colors of #BB306F
Black with #BB306F
Text Example
Text Example
White with #BB306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB306F; }
p { color: rgb(187,48,111); }
H1.HeaderClassName
{
color: #BB306F;
}
.AnyTagClassName
{
color: #BB306F;
}
</style>
background-color css
<style>
a { background-color: #BB306F; }
a { background-color: rgb(187,48,111); }
div.DivClassName
{
background-color: #BB306F;
}
.BgClassName
{
background-color: #BB306F;
}
</style>
border-color css
<style>
span { border-color: #BB306F; }
span { border-color: rgb(187,48,111); }
td.TdClassName
{
border-color: #BB306F;
}
.TagClassName
{
border-color: #BB306F;
}
</style>