Shades of Medium Red Violet #BB248B
Tints of Medium Red Violet #BB248B
RGB
CMYK
RGB Variations
Color information
#BB248B (or 0xBB248B) is known color: Medium Red Violet. HEX triplet: BB, 24 and 8B. RGB value is (187,36,139). Sum of RGB (Red+Green+Blue) = 187+36+139=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB248B is #44DB74. Grayscale: #5C5C5C. Windows color (decimal): -4512629 or 9118907. OLE color: 9118907.
HSL color Cylindrical-coordinate representation of color #BB248B: hue angle of 319.07º 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 #BB248B is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 139 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.27 |
| HSL | 319.07º | 0.68% | 0.44% | - |
| HSV(B) | 319.07º | 0.81% | 0.73% | - |
| XYZ | 25.78 | 13.69 | 25.71 | - |
| YUV | 92.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 139 | 0 | 0.81 | 0.26 | 0.27 | 319.07 | 0.68 | 0.44 |
| Hex | BB | 24 | 8B | 0 | 51 | 1A | 1B | 13F | 44 | 2C |
| Octal | 273 | 44 | 213 | 0 | 121 | 32 | 33 | 477 | 104 | 54 |
| Binary | 10111011 | 100100 | 10001011 | 0 | 1010001 | 11010 | 11011 | 100111111 | 1000100 | 101100 |
Color Harmonies of #BB248B
Complementary color
Monochromatic Colors of #BB248B
Black with #BB248B
Text Example
Text Example
White with #BB248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB248B; }
p { color: rgb(187,36,139); }
H1.HeaderClassName
{
color: #BB248B;
}
.AnyTagClassName
{
color: #BB248B;
}
</style>
background-color css
<style>
a { background-color: #BB248B; }
a { background-color: rgb(187,36,139); }
div.DivClassName
{
background-color: #BB248B;
}
.BgClassName
{
background-color: #BB248B;
}
</style>
border-color css
<style>
span { border-color: #BB248B; }
span { border-color: rgb(187,36,139); }
td.TdClassName
{
border-color: #BB248B;
}
.TagClassName
{
border-color: #BB248B;
}
</style>