Shades of Medium Red Violet #B8258B
Tints of Medium Red Violet #B8258B
RGB
CMYK
RGB Variations
Color information
#B8258B (or 0xB8258B) is known color: Medium Red Violet. HEX triplet: B8, 25 and 8B. RGB value is (184,37,139). Sum of RGB (Red+Green+Blue) = 184+37+139=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8258B is #47DA74. Grayscale: #5C5C5C. Windows color (decimal): -4708981 or 9119160. OLE color: 9119160.
HSL color Cylindrical-coordinate representation of color #B8258B: hue angle of 318.37º 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 #B8258B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 139 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.28 |
| HSL | 318.37º | 0.67% | 0.43% | - |
| HSV(B) | 318.37º | 0.8% | 0.72% | - |
| XYZ | 25.09 | 13.38 | 25.69 | - |
| YUV | 92.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 139 | 0 | 0.80 | 0.24 | 0.28 | 318.37 | 0.67 | 0.43 |
| Hex | B8 | 25 | 8B | 0 | 50 | 18 | 1C | 13E | 43 | 2B |
| Octal | 270 | 45 | 213 | 0 | 120 | 30 | 34 | 476 | 103 | 53 |
| Binary | 10111000 | 100101 | 10001011 | 0 | 1010000 | 11000 | 11100 | 100111110 | 1000011 | 101011 |
Color Harmonies of #B8258B
Complementary color
Monochromatic Colors of #B8258B
Black with #B8258B
Text Example
Text Example
White with #B8258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8258B; }
p { color: rgb(184,37,139); }
H1.HeaderClassName
{
color: #B8258B;
}
.AnyTagClassName
{
color: #B8258B;
}
</style>
background-color css
<style>
a { background-color: #B8258B; }
a { background-color: rgb(184,37,139); }
div.DivClassName
{
background-color: #B8258B;
}
.BgClassName
{
background-color: #B8258B;
}
</style>
border-color css
<style>
span { border-color: #B8258B; }
span { border-color: rgb(184,37,139); }
td.TdClassName
{
border-color: #B8258B;
}
.TagClassName
{
border-color: #B8258B;
}
</style>