Shades of Medium Red Violet #BB307D
Tints of Medium Red Violet #BB307D
RGB
CMYK
RGB Variations
Color information
#BB307D (or 0xBB307D) is known color: Medium Red Violet. HEX triplet: BB, 30 and 7D. RGB value is (187,48,125). Sum of RGB (Red+Green+Blue) = 187+48+125=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB307D is #44CF82. Grayscale: #626262. Windows color (decimal): -4509571 or 8204475. OLE color: 8204475.
HSL color Cylindrical-coordinate representation of color #BB307D: hue angle of 326.76º 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 #BB307D is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 125 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.27 |
| HSL | 326.76º | 0.59% | 0.46% | - |
| HSV(B) | 326.76º | 0.74% | 0.73% | - |
| XYZ | 25.25 | 14.16 | 20.8 | - |
| YUV | 98.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 125 | 0 | 0.74 | 0.33 | 0.27 | 326.76 | 0.59 | 0.46 |
| Hex | BB | 30 | 7D | 0 | 4A | 21 | 1B | 147 | 3B | 2E |
| Octal | 273 | 60 | 175 | 0 | 112 | 41 | 33 | 507 | 73 | 56 |
| Binary | 10111011 | 110000 | 1111101 | 0 | 1001010 | 100001 | 11011 | 101000111 | 111011 | 101110 |
Color Harmonies of #BB307D
Complementary color
Monochromatic Colors of #BB307D
Black with #BB307D
Text Example
Text Example
White with #BB307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB307D; }
p { color: rgb(187,48,125); }
H1.HeaderClassName
{
color: #BB307D;
}
.AnyTagClassName
{
color: #BB307D;
}
</style>
background-color css
<style>
a { background-color: #BB307D; }
a { background-color: rgb(187,48,125); }
div.DivClassName
{
background-color: #BB307D;
}
.BgClassName
{
background-color: #BB307D;
}
</style>
border-color css
<style>
span { border-color: #BB307D; }
span { border-color: rgb(187,48,125); }
td.TdClassName
{
border-color: #BB307D;
}
.TagClassName
{
border-color: #BB307D;
}
</style>