Shades of Medium Orchid #B967DF
Tints of Medium Orchid #B967DF
RGB
CMYK
RGB Variations
Color information
#B967DF (or 0xB967DF) is known color: Medium Orchid. HEX triplet: B9, 67 and DF. RGB value is (185,103,223). Sum of RGB (Red+Green+Blue) = 185+103+223=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B967DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967DF is #469820. Grayscale: #8C8C8C. Windows color (decimal): -4626465 or 14641081. OLE color: 14641081.
HSL color Cylindrical-coordinate representation of color #B967DF: hue angle of 281º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B967DF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 103 | 223 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.13 |
| HSL | 281º | 0.65% | 0.64% | - |
| HSV(B) | 281º | 0.54% | 0.87% | - |
| XYZ | 38.18 | 25.34 | 72.69 | - |
| YUV | 141.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 223 | 0.17 | 0.54 | 0 | 0.13 | 281 | 0.65 | 0.64 |
| Hex | B9 | 67 | DF | 11 | 36 | 0 | D | 119 | 41 | 40 |
| Octal | 271 | 147 | 337 | 21 | 66 | 0 | 15 | 431 | 101 | 100 |
| Binary | 10111001 | 1100111 | 11011111 | 10001 | 110110 | 0 | 1101 | 100011001 | 1000001 | 1000000 |
Color Harmonies of #B967DF
Complementary color
Monochromatic Colors of #B967DF
Black with #B967DF
Text Example
Text Example
White with #B967DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967DF; }
p { color: rgb(185,103,223); }
H1.HeaderClassName
{
color: #B967DF;
}
.AnyTagClassName
{
color: #B967DF;
}
</style>
background-color css
<style>
a { background-color: #B967DF; }
a { background-color: rgb(185,103,223); }
div.DivClassName
{
background-color: #B967DF;
}
.BgClassName
{
background-color: #B967DF;
}
</style>
border-color css
<style>
span { border-color: #B967DF; }
span { border-color: rgb(185,103,223); }
td.TdClassName
{
border-color: #B967DF;
}
.TagClassName
{
border-color: #B967DF;
}
</style>