Shades of Medium Violet Red #B90DA5
Tints of Medium Violet Red #B90DA5
RGB
CMYK
RGB Variations
Color information
#B90DA5 (or 0xB90DA5) is known color: Medium Violet Red. HEX triplet: B9, 0D and A5. RGB value is (185,13,165). Sum of RGB (Red+Green+Blue) = 185+13+165=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90DA5 is #46F25A. Grayscale: #515151. Windows color (decimal): -4649563 or 10816953. OLE color: 10816953.
HSL color Cylindrical-coordinate representation of color #B90DA5: hue angle of 306.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90DA5 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 165 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.27 |
| HSL | 306.98º | 0.87% | 0.39% | - |
| HSV(B) | 306.98º | 0.93% | 0.73% | - |
| XYZ | 26.94 | 13.32 | 36.75 | - |
| YUV | 81.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 165 | 0 | 0.93 | 0.11 | 0.27 | 306.98 | 0.87 | 0.39 |
| Hex | B9 | D | A5 | 0 | 5D | B | 1B | 133 | 57 | 27 |
| Octal | 271 | 15 | 245 | 0 | 135 | 13 | 33 | 463 | 127 | 47 |
| Binary | 10111001 | 1101 | 10100101 | 0 | 1011101 | 1011 | 11011 | 100110011 | 1010111 | 100111 |
Color Harmonies of #B90DA5
Complementary color
Monochromatic Colors of #B90DA5
Black with #B90DA5
Text Example
Text Example
White with #B90DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DA5; }
p { color: rgb(185,13,165); }
H1.HeaderClassName
{
color: #B90DA5;
}
.AnyTagClassName
{
color: #B90DA5;
}
</style>
background-color css
<style>
a { background-color: #B90DA5; }
a { background-color: rgb(185,13,165); }
div.DivClassName
{
background-color: #B90DA5;
}
.BgClassName
{
background-color: #B90DA5;
}
</style>
border-color css
<style>
span { border-color: #B90DA5; }
span { border-color: rgb(185,13,165); }
td.TdClassName
{
border-color: #B90DA5;
}
.TagClassName
{
border-color: #B90DA5;
}
</style>