Shades of Medium Red Violet #B92687
Tints of Medium Red Violet #B92687
RGB
CMYK
RGB Variations
Color information
#B92687 (or 0xB92687) is known color: Medium Red Violet. HEX triplet: B9, 26 and 87. RGB value is (185,38,135). Sum of RGB (Red+Green+Blue) = 185+38+135=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B92687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92687 is #46D978. Grayscale: #5C5C5C. Windows color (decimal): -4643193 or 8857273. OLE color: 8857273.
HSL color Cylindrical-coordinate representation of color #B92687: hue angle of 320.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92687 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 135 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.27 |
| HSL | 320.41º | 0.66% | 0.44% | - |
| HSV(B) | 320.41º | 0.79% | 0.73% | - |
| XYZ | 25.07 | 13.45 | 24.2 | - |
| YUV | 93.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 135 | 0 | 0.79 | 0.27 | 0.27 | 320.41 | 0.66 | 0.44 |
| Hex | B9 | 26 | 87 | 0 | 4F | 1B | 1B | 140 | 42 | 2C |
| Octal | 271 | 46 | 207 | 0 | 117 | 33 | 33 | 500 | 102 | 54 |
| Binary | 10111001 | 100110 | 10000111 | 0 | 1001111 | 11011 | 11011 | 101000000 | 1000010 | 101100 |
Color Harmonies of #B92687
Complementary color
Monochromatic Colors of #B92687
Black with #B92687
Text Example
Text Example
White with #B92687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92687; }
p { color: rgb(185,38,135); }
H1.HeaderClassName
{
color: #B92687;
}
.AnyTagClassName
{
color: #B92687;
}
</style>
background-color css
<style>
a { background-color: #B92687; }
a { background-color: rgb(185,38,135); }
div.DivClassName
{
background-color: #B92687;
}
.BgClassName
{
background-color: #B92687;
}
</style>
border-color css
<style>
span { border-color: #B92687; }
span { border-color: rgb(185,38,135); }
td.TdClassName
{
border-color: #B92687;
}
.TagClassName
{
border-color: #B92687;
}
</style>