Shades of Medium Orchid #B951DB
Tints of Medium Orchid #B951DB
RGB
CMYK
RGB Variations
Color information
#B951DB (or 0xB951DB) is known color: Medium Orchid. HEX triplet: B9, 51 and DB. RGB value is (185,81,219). Sum of RGB (Red+Green+Blue) = 185+81+219=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B951DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951DB is #46AE24. Grayscale: #7F7F7F. Windows color (decimal): -4632101 or 14373305. OLE color: 14373305.
HSL color Cylindrical-coordinate representation of color #B951DB: hue angle of 285.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B951DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 81 | 219 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.14 |
| HSL | 285.22º | 0.66% | 0.59% | - |
| HSV(B) | 285.22º | 0.63% | 0.86% | - |
| XYZ | 35.74 | 21.31 | 69.25 | - |
| YUV | 127.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 219 | 0.16 | 0.63 | 0 | 0.14 | 285.22 | 0.66 | 0.59 |
| Hex | B9 | 51 | DB | 10 | 3F | 0 | E | 11D | 42 | 3B |
| Octal | 271 | 121 | 333 | 20 | 77 | 0 | 16 | 435 | 102 | 73 |
| Binary | 10111001 | 1010001 | 11011011 | 10000 | 111111 | 0 | 1110 | 100011101 | 1000010 | 111011 |
Color Harmonies of #B951DB
Complementary color
Monochromatic Colors of #B951DB
Black with #B951DB
Text Example
Text Example
White with #B951DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951DB; }
p { color: rgb(185,81,219); }
H1.HeaderClassName
{
color: #B951DB;
}
.AnyTagClassName
{
color: #B951DB;
}
</style>
background-color css
<style>
a { background-color: #B951DB; }
a { background-color: rgb(185,81,219); }
div.DivClassName
{
background-color: #B951DB;
}
.BgClassName
{
background-color: #B951DB;
}
</style>
border-color css
<style>
span { border-color: #B951DB; }
span { border-color: rgb(185,81,219); }
td.TdClassName
{
border-color: #B951DB;
}
.TagClassName
{
border-color: #B951DB;
}
</style>