Shades of Medium Red Violet #BB357B
Tints of Medium Red Violet #BB357B
RGB
CMYK
RGB Variations
Color information
#BB357B (or 0xBB357B) is known color: Medium Red Violet. HEX triplet: BB, 35 and 7B. RGB value is (187,53,123). Sum of RGB (Red+Green+Blue) = 187+53+123=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB357B is #44CA84. Grayscale: #646464. Windows color (decimal): -4508293 or 8074683. OLE color: 8074683.
HSL color Cylindrical-coordinate representation of color #BB357B: hue angle of 328.66º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB357B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 123 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.27 |
| HSL | 328.66º | 0.56% | 0.47% | - |
| HSV(B) | 328.66º | 0.72% | 0.73% | - |
| XYZ | 25.34 | 14.54 | 20.21 | - |
| YUV | 101.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 123 | 0 | 0.72 | 0.34 | 0.27 | 328.66 | 0.56 | 0.47 |
| Hex | BB | 35 | 7B | 0 | 48 | 22 | 1B | 149 | 38 | 2F |
| Octal | 273 | 65 | 173 | 0 | 110 | 42 | 33 | 511 | 70 | 57 |
| Binary | 10111011 | 110101 | 1111011 | 0 | 1001000 | 100010 | 11011 | 101001001 | 111000 | 101111 |
Color Harmonies of #BB357B
Complementary color
Monochromatic Colors of #BB357B
Black with #BB357B
Text Example
Text Example
White with #BB357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB357B; }
p { color: rgb(187,53,123); }
H1.HeaderClassName
{
color: #BB357B;
}
.AnyTagClassName
{
color: #BB357B;
}
</style>
background-color css
<style>
a { background-color: #BB357B; }
a { background-color: rgb(187,53,123); }
div.DivClassName
{
background-color: #BB357B;
}
.BgClassName
{
background-color: #BB357B;
}
</style>
border-color css
<style>
span { border-color: #BB357B; }
span { border-color: rgb(187,53,123); }
td.TdClassName
{
border-color: #BB357B;
}
.TagClassName
{
border-color: #BB357B;
}
</style>