Shades of Medium Red Violet #B927A2
Tints of Medium Red Violet #B927A2
RGB
CMYK
RGB Variations
Color information
#B927A2 (or 0xB927A2) is known color: Medium Red Violet. HEX triplet: B9, 27 and A2. RGB value is (185,39,162). Sum of RGB (Red+Green+Blue) = 185+39+162=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B927A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B927A2 is #46D85D. Grayscale: #606060. Windows color (decimal): -4642910 or 10627001. OLE color: 10627001.
HSL color Cylindrical-coordinate representation of color #B927A2: hue angle of 309.45º degrees, saturation: 0.65, 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 #B927A2 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 162 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.27 |
| HSL | 309.45º | 0.65% | 0.44% | - |
| HSV(B) | 309.45º | 0.79% | 0.73% | - |
| XYZ | 27.25 | 14.37 | 35.52 | - |
| YUV | 96.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 162 | 0 | 0.79 | 0.12 | 0.27 | 309.45 | 0.65 | 0.44 |
| Hex | B9 | 27 | A2 | 0 | 4F | C | 1B | 135 | 41 | 2C |
| Octal | 271 | 47 | 242 | 0 | 117 | 14 | 33 | 465 | 101 | 54 |
| Binary | 10111001 | 100111 | 10100010 | 0 | 1001111 | 1100 | 11011 | 100110101 | 1000001 | 101100 |
Color Harmonies of #B927A2
Complementary color
Monochromatic Colors of #B927A2
Black with #B927A2
Text Example
Text Example
White with #B927A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927A2; }
p { color: rgb(185,39,162); }
H1.HeaderClassName
{
color: #B927A2;
}
.AnyTagClassName
{
color: #B927A2;
}
</style>
background-color css
<style>
a { background-color: #B927A2; }
a { background-color: rgb(185,39,162); }
div.DivClassName
{
background-color: #B927A2;
}
.BgClassName
{
background-color: #B927A2;
}
</style>
border-color css
<style>
span { border-color: #B927A2; }
span { border-color: rgb(185,39,162); }
td.TdClassName
{
border-color: #B927A2;
}
.TagClassName
{
border-color: #B927A2;
}
</style>