Shades of Medium Orchid #B945DB
Tints of Medium Orchid #B945DB
RGB
CMYK
RGB Variations
Color information
#B945DB (or 0xB945DB) is known color: Medium Orchid. HEX triplet: B9, 45 and DB. RGB value is (185,69,219). Sum of RGB (Red+Green+Blue) = 185+69+219=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B945DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945DB is #46BA24. Grayscale: #787878. Windows color (decimal): -4635173 or 14370233. OLE color: 14370233.
HSL color Cylindrical-coordinate representation of color #B945DB: hue angle of 286.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 69 | 219 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 286.4º | 0.68% | 0.56% | - |
| HSV(B) | 286.4º | 0.68% | 0.86% | - |
| XYZ | 34.92 | 19.69 | 68.98 | - |
| YUV | 120.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 219 | 0.16 | 0.68 | 0 | 0.14 | 286.4 | 0.68 | 0.56 |
| Hex | B9 | 45 | DB | 10 | 44 | 0 | E | 11E | 44 | 38 |
| Octal | 271 | 105 | 333 | 20 | 104 | 0 | 16 | 436 | 104 | 70 |
| Binary | 10111001 | 1000101 | 11011011 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000100 | 111000 |
Color Harmonies of #B945DB
Complementary color
Monochromatic Colors of #B945DB
Black with #B945DB
Text Example
Text Example
White with #B945DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945DB; }
p { color: rgb(185,69,219); }
H1.HeaderClassName
{
color: #B945DB;
}
.AnyTagClassName
{
color: #B945DB;
}
</style>
background-color css
<style>
a { background-color: #B945DB; }
a { background-color: rgb(185,69,219); }
div.DivClassName
{
background-color: #B945DB;
}
.BgClassName
{
background-color: #B945DB;
}
</style>
border-color css
<style>
span { border-color: #B945DB; }
span { border-color: rgb(185,69,219); }
td.TdClassName
{
border-color: #B945DB;
}
.TagClassName
{
border-color: #B945DB;
}
</style>