Shades of Medium Violet Red #B705A0
Tints of Medium Violet Red #B705A0
RGB
CMYK
RGB Variations
Color information
#B705A0 (or 0xB705A0) is known color: Medium Violet Red. HEX triplet: B7, 05 and A0. RGB value is (183,5,160). Sum of RGB (Red+Green+Blue) = 183+5+160=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B705A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705A0 is #48FA5F. Grayscale: #4B4B4B. Windows color (decimal): -4782688 or 10487223. OLE color: 10487223.
HSL color Cylindrical-coordinate representation of color #B705A0: hue angle of 307.75º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705A0 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.28 |
| HSL | 307.75º | 0.95% | 0.37% | - |
| HSV(B) | 307.75º | 0.97% | 0.72% | - |
| XYZ | 25.93 | 12.71 | 34.35 | - |
| YUV | 75.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 160 | 0 | 0.97 | 0.13 | 0.28 | 307.75 | 0.95 | 0.37 |
| Hex | B7 | 5 | A0 | 0 | 61 | D | 1C | 134 | 5F | 25 |
| Octal | 267 | 5 | 240 | 0 | 141 | 15 | 34 | 464 | 137 | 45 |
| Binary | 10110111 | 101 | 10100000 | 0 | 1100001 | 1101 | 11100 | 100110100 | 1011111 | 100101 |
Color Harmonies of #B705A0
Complementary color
Monochromatic Colors of #B705A0
Black with #B705A0
Text Example
Text Example
White with #B705A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705A0; }
p { color: rgb(183,5,160); }
H1.HeaderClassName
{
color: #B705A0;
}
.AnyTagClassName
{
color: #B705A0;
}
</style>
background-color css
<style>
a { background-color: #B705A0; }
a { background-color: rgb(183,5,160); }
div.DivClassName
{
background-color: #B705A0;
}
.BgClassName
{
background-color: #B705A0;
}
</style>
border-color css
<style>
span { border-color: #B705A0; }
span { border-color: rgb(183,5,160); }
td.TdClassName
{
border-color: #B705A0;
}
.TagClassName
{
border-color: #B705A0;
}
</style>