Shades of Medium Red Violet #B92685
Tints of Medium Red Violet #B92685
RGB
CMYK
RGB Variations
Color information
#B92685 (or 0xB92685) is known color: Medium Red Violet. HEX triplet: B9, 26 and 85. RGB value is (185,38,133). Sum of RGB (Red+Green+Blue) = 185+38+133=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B92685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92685 is #46D97A. Grayscale: #5C5C5C. Windows color (decimal): -4643195 or 8726201. OLE color: 8726201.
HSL color Cylindrical-coordinate representation of color #B92685: hue angle of 321.22º 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 #B92685 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 133 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.27 |
| HSL | 321.22º | 0.66% | 0.44% | - |
| HSV(B) | 321.22º | 0.79% | 0.73% | - |
| XYZ | 24.93 | 13.39 | 23.46 | - |
| YUV | 92.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 133 | 0 | 0.79 | 0.28 | 0.27 | 321.22 | 0.66 | 0.44 |
| Hex | B9 | 26 | 85 | 0 | 4F | 1C | 1B | 141 | 42 | 2C |
| Octal | 271 | 46 | 205 | 0 | 117 | 34 | 33 | 501 | 102 | 54 |
| Binary | 10111001 | 100110 | 10000101 | 0 | 1001111 | 11100 | 11011 | 101000001 | 1000010 | 101100 |
Color Harmonies of #B92685
Complementary color
Monochromatic Colors of #B92685
Black with #B92685
Text Example
Text Example
White with #B92685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92685; }
p { color: rgb(185,38,133); }
H1.HeaderClassName
{
color: #B92685;
}
.AnyTagClassName
{
color: #B92685;
}
</style>
background-color css
<style>
a { background-color: #B92685; }
a { background-color: rgb(185,38,133); }
div.DivClassName
{
background-color: #B92685;
}
.BgClassName
{
background-color: #B92685;
}
</style>
border-color css
<style>
span { border-color: #B92685; }
span { border-color: rgb(185,38,133); }
td.TdClassName
{
border-color: #B92685;
}
.TagClassName
{
border-color: #B92685;
}
</style>