Shades of Medium Red Violet #B925AE
Tints of Medium Red Violet #B925AE
RGB
CMYK
RGB Variations
Color information
#B925AE (or 0xB925AE) is known color: Medium Red Violet. HEX triplet: B9, 25 and AE. RGB value is (185,37,174). Sum of RGB (Red+Green+Blue) = 185+37+174=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B925AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B925AE is #46DA51. Grayscale: #606060. Windows color (decimal): -4643410 or 11412921. OLE color: 11412921.
HSL color Cylindrical-coordinate representation of color #B925AE: hue angle of 304.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B925AE is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 174 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.27 |
| HSL | 304.46º | 0.67% | 0.44% | - |
| HSV(B) | 304.46º | 0.8% | 0.73% | - |
| XYZ | 28.31 | 14.69 | 41.39 | - |
| YUV | 96.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 174 | 0 | 0.80 | 0.06 | 0.27 | 304.46 | 0.67 | 0.44 |
| Hex | B9 | 25 | AE | 0 | 50 | 6 | 1B | 130 | 43 | 2C |
| Octal | 271 | 45 | 256 | 0 | 120 | 6 | 33 | 460 | 103 | 54 |
| Binary | 10111001 | 100101 | 10101110 | 0 | 1010000 | 110 | 11011 | 100110000 | 1000011 | 101100 |
Color Harmonies of #B925AE
Complementary color
Monochromatic Colors of #B925AE
Black with #B925AE
Text Example
Text Example
White with #B925AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925AE; }
p { color: rgb(185,37,174); }
H1.HeaderClassName
{
color: #B925AE;
}
.AnyTagClassName
{
color: #B925AE;
}
</style>
background-color css
<style>
a { background-color: #B925AE; }
a { background-color: rgb(185,37,174); }
div.DivClassName
{
background-color: #B925AE;
}
.BgClassName
{
background-color: #B925AE;
}
</style>
border-color css
<style>
span { border-color: #B925AE; }
span { border-color: rgb(185,37,174); }
td.TdClassName
{
border-color: #B925AE;
}
.TagClassName
{
border-color: #B925AE;
}
</style>