Shades of Medium Orchid #B951D0
Tints of Medium Orchid #B951D0
RGB
CMYK
RGB Variations
Color information
#B951D0 (or 0xB951D0) is known color: Medium Orchid. HEX triplet: B9, 51 and D0. RGB value is (185,81,208). Sum of RGB (Red+Green+Blue) = 185+81+208=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #B951D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951D0 is #46AE2F. Grayscale: #7E7E7E. Windows color (decimal): -4632112 or 13652409. OLE color: 13652409.
HSL color Cylindrical-coordinate representation of color #B951D0: hue angle of 289.13º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B951D0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 81 | 208 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.18 |
| HSL | 289.13º | 0.57% | 0.57% | - |
| HSV(B) | 289.13º | 0.61% | 0.82% | - |
| XYZ | 34.34 | 20.75 | 61.87 | - |
| YUV | 126.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 208 | 0.11 | 0.61 | 0 | 0.18 | 289.13 | 0.57 | 0.57 |
| Hex | B9 | 51 | D0 | B | 3D | 0 | 12 | 121 | 39 | 39 |
| Octal | 271 | 121 | 320 | 13 | 75 | 0 | 22 | 441 | 71 | 71 |
| Binary | 10111001 | 1010001 | 11010000 | 1011 | 111101 | 0 | 10010 | 100100001 | 111001 | 111001 |
Color Harmonies of #B951D0
Complementary color
Monochromatic Colors of #B951D0
Black with #B951D0
Text Example
Text Example
White with #B951D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951D0; }
p { color: rgb(185,81,208); }
H1.HeaderClassName
{
color: #B951D0;
}
.AnyTagClassName
{
color: #B951D0;
}
</style>
background-color css
<style>
a { background-color: #B951D0; }
a { background-color: rgb(185,81,208); }
div.DivClassName
{
background-color: #B951D0;
}
.BgClassName
{
background-color: #B951D0;
}
</style>
border-color css
<style>
span { border-color: #B951D0; }
span { border-color: rgb(185,81,208); }
td.TdClassName
{
border-color: #B951D0;
}
.TagClassName
{
border-color: #B951D0;
}
</style>