Shades of Medium Red Violet #BB248C
Tints of Medium Red Violet #BB248C
RGB
CMYK
RGB Variations
Color information
#BB248C (or 0xBB248C) is known color: Medium Red Violet. HEX triplet: BB, 24 and 8C. RGB value is (187,36,140). Sum of RGB (Red+Green+Blue) = 187+36+140=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB248C is #44DB73. Grayscale: #5C5C5C. Windows color (decimal): -4512628 or 9184443. OLE color: 9184443.
HSL color Cylindrical-coordinate representation of color #BB248C: hue angle of 318.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB248C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 140 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.27 |
| HSL | 318.68º | 0.68% | 0.44% | - |
| HSV(B) | 318.68º | 0.81% | 0.73% | - |
| XYZ | 25.86 | 13.72 | 26.1 | - |
| YUV | 93.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 140 | 0 | 0.81 | 0.25 | 0.27 | 318.68 | 0.68 | 0.44 |
| Hex | BB | 24 | 8C | 0 | 51 | 19 | 1B | 13F | 44 | 2C |
| Octal | 273 | 44 | 214 | 0 | 121 | 31 | 33 | 477 | 104 | 54 |
| Binary | 10111011 | 100100 | 10001100 | 0 | 1010001 | 11001 | 11011 | 100111111 | 1000100 | 101100 |
Color Harmonies of #BB248C
Complementary color
Monochromatic Colors of #BB248C
Black with #BB248C
Text Example
Text Example
White with #BB248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB248C; }
p { color: rgb(187,36,140); }
H1.HeaderClassName
{
color: #BB248C;
}
.AnyTagClassName
{
color: #BB248C;
}
</style>
background-color css
<style>
a { background-color: #BB248C; }
a { background-color: rgb(187,36,140); }
div.DivClassName
{
background-color: #BB248C;
}
.BgClassName
{
background-color: #BB248C;
}
</style>
border-color css
<style>
span { border-color: #BB248C; }
span { border-color: rgb(187,36,140); }
td.TdClassName
{
border-color: #BB248C;
}
.TagClassName
{
border-color: #BB248C;
}
</style>