Shades of Medium Orchid #B934DB
Tints of Medium Orchid #B934DB
RGB
CMYK
RGB Variations
Color information
#B934DB (or 0xB934DB) is known color: Medium Orchid. HEX triplet: B9, 34 and DB. RGB value is (185,52,219). Sum of RGB (Red+Green+Blue) = 185+52+219=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B934DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934DB is #46CB24. Grayscale: #6E6E6E. Windows color (decimal): -4639525 or 14365881. OLE color: 14365881.
HSL color Cylindrical-coordinate representation of color #B934DB: hue angle of 287.78º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B934DB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 52 | 219 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.14 |
| HSL | 287.78º | 0.7% | 0.53% | - |
| HSV(B) | 287.78º | 0.76% | 0.86% | - |
| XYZ | 34.02 | 17.88 | 68.68 | - |
| YUV | 110.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 219 | 0.16 | 0.76 | 0 | 0.14 | 287.78 | 0.7 | 0.53 |
| Hex | B9 | 34 | DB | 10 | 4C | 0 | E | 120 | 46 | 35 |
| Octal | 271 | 64 | 333 | 20 | 114 | 0 | 16 | 440 | 106 | 65 |
| Binary | 10111001 | 110100 | 11011011 | 10000 | 1001100 | 0 | 1110 | 100100000 | 1000110 | 110101 |
Color Harmonies of #B934DB
Complementary color
Monochromatic Colors of #B934DB
Black with #B934DB
Text Example
Text Example
White with #B934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934DB; }
p { color: rgb(185,52,219); }
H1.HeaderClassName
{
color: #B934DB;
}
.AnyTagClassName
{
color: #B934DB;
}
</style>
background-color css
<style>
a { background-color: #B934DB; }
a { background-color: rgb(185,52,219); }
div.DivClassName
{
background-color: #B934DB;
}
.BgClassName
{
background-color: #B934DB;
}
</style>
border-color css
<style>
span { border-color: #B934DB; }
span { border-color: rgb(185,52,219); }
td.TdClassName
{
border-color: #B934DB;
}
.TagClassName
{
border-color: #B934DB;
}
</style>