Shades of Medium Orchid #B969DB
Tints of Medium Orchid #B969DB
RGB
CMYK
RGB Variations
Color information
#B969DB (or 0xB969DB) is known color: Medium Orchid. HEX triplet: B9, 69 and DB. RGB value is (185,105,219). Sum of RGB (Red+Green+Blue) = 185+105+219=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B969DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969DB is #469624. Grayscale: #8D8D8D. Windows color (decimal): -4625957 or 14379449. OLE color: 14379449.
HSL color Cylindrical-coordinate representation of color #B969DB: hue angle of 282.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B969DB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 105 | 219 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.14 |
| HSL | 282.11º | 0.61% | 0.64% | - |
| HSV(B) | 282.11º | 0.52% | 0.86% | - |
| XYZ | 37.85 | 25.53 | 69.95 | - |
| YUV | 141.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 219 | 0.16 | 0.52 | 0 | 0.14 | 282.11 | 0.61 | 0.64 |
| Hex | B9 | 69 | DB | 10 | 34 | 0 | E | 11A | 3D | 40 |
| Octal | 271 | 151 | 333 | 20 | 64 | 0 | 16 | 432 | 75 | 100 |
| Binary | 10111001 | 1101001 | 11011011 | 10000 | 110100 | 0 | 1110 | 100011010 | 111101 | 1000000 |
Color Harmonies of #B969DB
Complementary color
Monochromatic Colors of #B969DB
Black with #B969DB
Text Example
Text Example
White with #B969DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B969DB; }
p { color: rgb(185,105,219); }
H1.HeaderClassName
{
color: #B969DB;
}
.AnyTagClassName
{
color: #B969DB;
}
</style>
background-color css
<style>
a { background-color: #B969DB; }
a { background-color: rgb(185,105,219); }
div.DivClassName
{
background-color: #B969DB;
}
.BgClassName
{
background-color: #B969DB;
}
</style>
border-color css
<style>
span { border-color: #B969DB; }
span { border-color: rgb(185,105,219); }
td.TdClassName
{
border-color: #B969DB;
}
.TagClassName
{
border-color: #B969DB;
}
</style>