Shades of Medium Orchid #B968DB
Tints of Medium Orchid #B968DB
RGB
CMYK
RGB Variations
Color information
#B968DB (or 0xB968DB) is known color: Medium Orchid. HEX triplet: B9, 68 and DB. RGB value is (185,104,219). Sum of RGB (Red+Green+Blue) = 185+104+219=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B968DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DB is #469724. Grayscale: #8C8C8C. Windows color (decimal): -4626213 or 14379193. OLE color: 14379193.
HSL color Cylindrical-coordinate representation of color #B968DB: hue angle of 282.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B968DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 104 | 219 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.14 |
| HSL | 282.26º | 0.61% | 0.63% | - |
| HSV(B) | 282.26º | 0.53% | 0.86% | - |
| XYZ | 37.74 | 25.33 | 69.92 | - |
| YUV | 141.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 219 | 0.16 | 0.53 | 0 | 0.14 | 282.26 | 0.61 | 0.63 |
| Hex | B9 | 68 | DB | 10 | 35 | 0 | E | 11A | 3D | 3F |
| Octal | 271 | 150 | 333 | 20 | 65 | 0 | 16 | 432 | 75 | 77 |
| Binary | 10111001 | 1101000 | 11011011 | 10000 | 110101 | 0 | 1110 | 100011010 | 111101 | 111111 |
Color Harmonies of #B968DB
Complementary color
Monochromatic Colors of #B968DB
Black with #B968DB
Text Example
Text Example
White with #B968DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968DB; }
p { color: rgb(185,104,219); }
H1.HeaderClassName
{
color: #B968DB;
}
.AnyTagClassName
{
color: #B968DB;
}
</style>
background-color css
<style>
a { background-color: #B968DB; }
a { background-color: rgb(185,104,219); }
div.DivClassName
{
background-color: #B968DB;
}
.BgClassName
{
background-color: #B968DB;
}
</style>
border-color css
<style>
span { border-color: #B968DB; }
span { border-color: rgb(185,104,219); }
td.TdClassName
{
border-color: #B968DB;
}
.TagClassName
{
border-color: #B968DB;
}
</style>