Shades of Medium Orchid #B953DB
Tints of Medium Orchid #B953DB
RGB
CMYK
RGB Variations
Color information
#B953DB (or 0xB953DB) is known color: Medium Orchid. HEX triplet: B9, 53 and DB. RGB value is (185,83,219). Sum of RGB (Red+Green+Blue) = 185+83+219=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B953DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953DB is #46AC24. Grayscale: #808080. Windows color (decimal): -4631589 or 14373817. OLE color: 14373817.
HSL color Cylindrical-coordinate representation of color #B953DB: hue angle of 285º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B953DB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 83 | 219 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.14 |
| HSL | 285º | 0.65% | 0.59% | - |
| HSV(B) | 285º | 0.62% | 0.86% | - |
| XYZ | 35.89 | 21.62 | 69.3 | - |
| YUV | 129 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 219 | 0.16 | 0.62 | 0 | 0.14 | 285 | 0.65 | 0.59 |
| Hex | B9 | 53 | DB | 10 | 3E | 0 | E | 11D | 41 | 3B |
| Octal | 271 | 123 | 333 | 20 | 76 | 0 | 16 | 435 | 101 | 73 |
| Binary | 10111001 | 1010011 | 11011011 | 10000 | 111110 | 0 | 1110 | 100011101 | 1000001 | 111011 |
Color Harmonies of #B953DB
Complementary color
Monochromatic Colors of #B953DB
Black with #B953DB
Text Example
Text Example
White with #B953DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953DB; }
p { color: rgb(185,83,219); }
H1.HeaderClassName
{
color: #B953DB;
}
.AnyTagClassName
{
color: #B953DB;
}
</style>
background-color css
<style>
a { background-color: #B953DB; }
a { background-color: rgb(185,83,219); }
div.DivClassName
{
background-color: #B953DB;
}
.BgClassName
{
background-color: #B953DB;
}
</style>
border-color css
<style>
span { border-color: #B953DB; }
span { border-color: rgb(185,83,219); }
td.TdClassName
{
border-color: #B953DB;
}
.TagClassName
{
border-color: #B953DB;
}
</style>