Shades of Medium Orchid #B967DD
Tints of Medium Orchid #B967DD
RGB
CMYK
RGB Variations
Color information
#B967DD (or 0xB967DD) is known color: Medium Orchid. HEX triplet: B9, 67 and DD. RGB value is (185,103,221). Sum of RGB (Red+Green+Blue) = 185+103+221=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B967DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967DD is #469822. Grayscale: #8C8C8C. Windows color (decimal): -4626467 or 14510009. OLE color: 14510009.
HSL color Cylindrical-coordinate representation of color #B967DD: hue angle of 281.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B967DD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 103 | 221 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.13 |
| HSL | 281.69º | 0.63% | 0.64% | - |
| HSV(B) | 281.69º | 0.53% | 0.87% | - |
| XYZ | 37.91 | 25.24 | 71.28 | - |
| YUV | 140.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 221 | 0.16 | 0.53 | 0 | 0.13 | 281.69 | 0.63 | 0.64 |
| Hex | B9 | 67 | DD | 10 | 35 | 0 | D | 11A | 3F | 40 |
| Octal | 271 | 147 | 335 | 20 | 65 | 0 | 15 | 432 | 77 | 100 |
| Binary | 10111001 | 1100111 | 11011101 | 10000 | 110101 | 0 | 1101 | 100011010 | 111111 | 1000000 |
Color Harmonies of #B967DD
Complementary color
Monochromatic Colors of #B967DD
Black with #B967DD
Text Example
Text Example
White with #B967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967DD; }
p { color: rgb(185,103,221); }
H1.HeaderClassName
{
color: #B967DD;
}
.AnyTagClassName
{
color: #B967DD;
}
</style>
background-color css
<style>
a { background-color: #B967DD; }
a { background-color: rgb(185,103,221); }
div.DivClassName
{
background-color: #B967DD;
}
.BgClassName
{
background-color: #B967DD;
}
</style>
border-color css
<style>
span { border-color: #B967DD; }
span { border-color: rgb(185,103,221); }
td.TdClassName
{
border-color: #B967DD;
}
.TagClassName
{
border-color: #B967DD;
}
</style>