Shades of Medium Red Violet #B8256F
Tints of Medium Red Violet #B8256F
RGB
CMYK
RGB Variations
Color information
#B8256F (or 0xB8256F) is known color: Medium Red Violet. HEX triplet: B8, 25 and 6F. RGB value is (184,37,111). Sum of RGB (Red+Green+Blue) = 184+37+111=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8256F is #47DA90. Grayscale: #595959. Windows color (decimal): -4709009 or 7284152. OLE color: 7284152.
HSL color Cylindrical-coordinate representation of color #B8256F: hue angle of 329.8º 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 #B8256F is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 111 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.28 |
| HSL | 329.8º | 0.67% | 0.43% | - |
| HSV(B) | 329.8º | 0.8% | 0.72% | - |
| XYZ | 23.3 | 12.66 | 16.25 | - |
| YUV | 89.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 111 | 0 | 0.80 | 0.40 | 0.28 | 329.8 | 0.67 | 0.43 |
| Hex | B8 | 25 | 6F | 0 | 50 | 28 | 1C | 14A | 43 | 2B |
| Octal | 270 | 45 | 157 | 0 | 120 | 50 | 34 | 512 | 103 | 53 |
| Binary | 10111000 | 100101 | 1101111 | 0 | 1010000 | 101000 | 11100 | 101001010 | 1000011 | 101011 |
Color Harmonies of #B8256F
Complementary color
Monochromatic Colors of #B8256F
Black with #B8256F
Text Example
Text Example
White with #B8256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8256F; }
p { color: rgb(184,37,111); }
H1.HeaderClassName
{
color: #B8256F;
}
.AnyTagClassName
{
color: #B8256F;
}
</style>
background-color css
<style>
a { background-color: #B8256F; }
a { background-color: rgb(184,37,111); }
div.DivClassName
{
background-color: #B8256F;
}
.BgClassName
{
background-color: #B8256F;
}
</style>
border-color css
<style>
span { border-color: #B8256F; }
span { border-color: rgb(184,37,111); }
td.TdClassName
{
border-color: #B8256F;
}
.TagClassName
{
border-color: #B8256F;
}
</style>