Shades of Medium Orchid #B973DB
Tints of Medium Orchid #B973DB
RGB
CMYK
RGB Variations
Color information
#B973DB (or 0xB973DB) is known color: Medium Orchid. HEX triplet: B9, 73 and DB. RGB value is (185,115,219). Sum of RGB (Red+Green+Blue) = 185+115+219=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B973DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973DB is #468C24. Grayscale: #939393. Windows color (decimal): -4623397 or 14382009. OLE color: 14382009.
HSL color Cylindrical-coordinate representation of color #B973DB: hue angle of 280.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B973DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 115 | 219 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 280.38º | 0.59% | 0.65% | - |
| HSV(B) | 280.38º | 0.47% | 0.86% | - |
| XYZ | 38.92 | 27.69 | 70.31 | - |
| YUV | 147.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 219 | 0.16 | 0.47 | 0 | 0.14 | 280.38 | 0.59 | 0.65 |
| Hex | B9 | 73 | DB | 10 | 2F | 0 | E | 118 | 3B | 41 |
| Octal | 271 | 163 | 333 | 20 | 57 | 0 | 16 | 430 | 73 | 101 |
| Binary | 10111001 | 1110011 | 11011011 | 10000 | 101111 | 0 | 1110 | 100011000 | 111011 | 1000001 |
Color Harmonies of #B973DB
Complementary color
Monochromatic Colors of #B973DB
Black with #B973DB
Text Example
Text Example
White with #B973DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973DB; }
p { color: rgb(185,115,219); }
H1.HeaderClassName
{
color: #B973DB;
}
.AnyTagClassName
{
color: #B973DB;
}
</style>
background-color css
<style>
a { background-color: #B973DB; }
a { background-color: rgb(185,115,219); }
div.DivClassName
{
background-color: #B973DB;
}
.BgClassName
{
background-color: #B973DB;
}
</style>
border-color css
<style>
span { border-color: #B973DB; }
span { border-color: rgb(185,115,219); }
td.TdClassName
{
border-color: #B973DB;
}
.TagClassName
{
border-color: #B973DB;
}
</style>