Shades of Medium Red Violet #B8258A
Tints of Medium Red Violet #B8258A
RGB
CMYK
RGB Variations
Color information
#B8258A (or 0xB8258A) is known color: Medium Red Violet. HEX triplet: B8, 25 and 8A. RGB value is (184,37,138). Sum of RGB (Red+Green+Blue) = 184+37+138=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8258A is #47DA75. Grayscale: #5C5C5C. Windows color (decimal): -4708982 or 9053624. OLE color: 9053624.
HSL color Cylindrical-coordinate representation of color #B8258A: hue angle of 318.78º 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 #B8258A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 138 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.28 |
| HSL | 318.78º | 0.67% | 0.43% | - |
| HSV(B) | 318.78º | 0.8% | 0.72% | - |
| XYZ | 25.02 | 13.35 | 25.3 | - |
| YUV | 92.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 138 | 0 | 0.80 | 0.25 | 0.28 | 318.78 | 0.67 | 0.43 |
| Hex | B8 | 25 | 8A | 0 | 50 | 19 | 1C | 13F | 43 | 2B |
| Octal | 270 | 45 | 212 | 0 | 120 | 31 | 34 | 477 | 103 | 53 |
| Binary | 10111000 | 100101 | 10001010 | 0 | 1010000 | 11001 | 11100 | 100111111 | 1000011 | 101011 |
Color Harmonies of #B8258A
Complementary color
Monochromatic Colors of #B8258A
Black with #B8258A
Text Example
Text Example
White with #B8258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8258A; }
p { color: rgb(184,37,138); }
H1.HeaderClassName
{
color: #B8258A;
}
.AnyTagClassName
{
color: #B8258A;
}
</style>
background-color css
<style>
a { background-color: #B8258A; }
a { background-color: rgb(184,37,138); }
div.DivClassName
{
background-color: #B8258A;
}
.BgClassName
{
background-color: #B8258A;
}
</style>
border-color css
<style>
span { border-color: #B8258A; }
span { border-color: rgb(184,37,138); }
td.TdClassName
{
border-color: #B8258A;
}
.TagClassName
{
border-color: #B8258A;
}
</style>