Shades of Medium Red Violet #B8258C
Tints of Medium Red Violet #B8258C
RGB
CMYK
RGB Variations
Color information
#B8258C (or 0xB8258C) is known color: Medium Red Violet. HEX triplet: B8, 25 and 8C. RGB value is (184,37,140). Sum of RGB (Red+Green+Blue) = 184+37+140=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8258C is #47DA73. Grayscale: #5C5C5C. Windows color (decimal): -4708980 or 9184696. OLE color: 9184696.
HSL color Cylindrical-coordinate representation of color #B8258C: hue angle of 317.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8258C is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 140 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.28 |
| HSL | 317.96º | 0.67% | 0.43% | - |
| HSV(B) | 317.96º | 0.8% | 0.72% | - |
| XYZ | 25.16 | 13.41 | 26.07 | - |
| YUV | 92.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 140 | 0 | 0.80 | 0.24 | 0.28 | 317.96 | 0.67 | 0.43 |
| Hex | B8 | 25 | 8C | 0 | 50 | 18 | 1C | 13E | 43 | 2B |
| Octal | 270 | 45 | 214 | 0 | 120 | 30 | 34 | 476 | 103 | 53 |
| Binary | 10111000 | 100101 | 10001100 | 0 | 1010000 | 11000 | 11100 | 100111110 | 1000011 | 101011 |
Color Harmonies of #B8258C
Complementary color
Monochromatic Colors of #B8258C
Black with #B8258C
Text Example
Text Example
White with #B8258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8258C; }
p { color: rgb(184,37,140); }
H1.HeaderClassName
{
color: #B8258C;
}
.AnyTagClassName
{
color: #B8258C;
}
</style>
background-color css
<style>
a { background-color: #B8258C; }
a { background-color: rgb(184,37,140); }
div.DivClassName
{
background-color: #B8258C;
}
.BgClassName
{
background-color: #B8258C;
}
</style>
border-color css
<style>
span { border-color: #B8258C; }
span { border-color: rgb(184,37,140); }
td.TdClassName
{
border-color: #B8258C;
}
.TagClassName
{
border-color: #B8258C;
}
</style>