Shades of Medium Orchid #B967D1
Tints of Medium Orchid #B967D1
RGB
CMYK
RGB Variations
Color information
#B967D1 (or 0xB967D1) is known color: Medium Orchid. HEX triplet: B9, 67 and D1. RGB value is (185,103,209). Sum of RGB (Red+Green+Blue) = 185+103+209=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #B967D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967D1 is #46982E. Grayscale: #8B8B8B. Windows color (decimal): -4626479 or 13723577. OLE color: 13723577.
HSL color Cylindrical-coordinate representation of color #B967D1: hue angle of 286.42º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B967D1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 103 | 209 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.18 |
| HSL | 286.42º | 0.54% | 0.61% | - |
| HSV(B) | 286.42º | 0.51% | 0.82% | - |
| XYZ | 36.37 | 24.62 | 63.16 | - |
| YUV | 139.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 209 | 0.11 | 0.51 | 0 | 0.18 | 286.42 | 0.54 | 0.61 |
| Hex | B9 | 67 | D1 | B | 33 | 0 | 12 | 11E | 36 | 3D |
| Octal | 271 | 147 | 321 | 13 | 63 | 0 | 22 | 436 | 66 | 75 |
| Binary | 10111001 | 1100111 | 11010001 | 1011 | 110011 | 0 | 10010 | 100011110 | 110110 | 111101 |
Color Harmonies of #B967D1
Complementary color
Monochromatic Colors of #B967D1
Black with #B967D1
Text Example
Text Example
White with #B967D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967D1; }
p { color: rgb(185,103,209); }
H1.HeaderClassName
{
color: #B967D1;
}
.AnyTagClassName
{
color: #B967D1;
}
</style>
background-color css
<style>
a { background-color: #B967D1; }
a { background-color: rgb(185,103,209); }
div.DivClassName
{
background-color: #B967D1;
}
.BgClassName
{
background-color: #B967D1;
}
</style>
border-color css
<style>
span { border-color: #B967D1; }
span { border-color: rgb(185,103,209); }
td.TdClassName
{
border-color: #B967D1;
}
.TagClassName
{
border-color: #B967D1;
}
</style>