Shades of Medium Orchid #B964DB
Tints of Medium Orchid #B964DB
RGB
CMYK
RGB Variations
Color information
#B964DB (or 0xB964DB) is known color: Medium Orchid. HEX triplet: B9, 64 and DB. RGB value is (185,100,219). Sum of RGB (Red+Green+Blue) = 185+100+219=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B964DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964DB is #469B24. Grayscale: #8A8A8A. Windows color (decimal): -4627237 or 14378169. OLE color: 14378169.
HSL color Cylindrical-coordinate representation of color #B964DB: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B964DB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 100 | 219 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.14 |
| HSL | 282.86º | 0.62% | 0.63% | - |
| HSV(B) | 282.86º | 0.54% | 0.86% | - |
| XYZ | 37.35 | 24.54 | 69.79 | - |
| YUV | 138.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 219 | 0.16 | 0.54 | 0 | 0.14 | 282.86 | 0.62 | 0.63 |
| Hex | B9 | 64 | DB | 10 | 36 | 0 | E | 11B | 3E | 3F |
| Octal | 271 | 144 | 333 | 20 | 66 | 0 | 16 | 433 | 76 | 77 |
| Binary | 10111001 | 1100100 | 11011011 | 10000 | 110110 | 0 | 1110 | 100011011 | 111110 | 111111 |
Color Harmonies of #B964DB
Complementary color
Monochromatic Colors of #B964DB
Black with #B964DB
Text Example
Text Example
White with #B964DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B964DB; }
p { color: rgb(185,100,219); }
H1.HeaderClassName
{
color: #B964DB;
}
.AnyTagClassName
{
color: #B964DB;
}
</style>
background-color css
<style>
a { background-color: #B964DB; }
a { background-color: rgb(185,100,219); }
div.DivClassName
{
background-color: #B964DB;
}
.BgClassName
{
background-color: #B964DB;
}
</style>
border-color css
<style>
span { border-color: #B964DB; }
span { border-color: rgb(185,100,219); }
td.TdClassName
{
border-color: #B964DB;
}
.TagClassName
{
border-color: #B964DB;
}
</style>