Shades of Medium Orchid #B967E9
Tints of Medium Orchid #B967E9
RGB
CMYK
RGB Variations
Color information
#B967E9 (or 0xB967E9) is known color: Medium Orchid. HEX triplet: B9, 67 and E9. RGB value is (185,103,233). Sum of RGB (Red+Green+Blue) = 185+103+233=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #B967E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967E9 is #469816. Grayscale: #8D8D8D. Windows color (decimal): -4626455 or 15296441. OLE color: 15296441.
HSL color Cylindrical-coordinate representation of color #B967E9: hue angle of 277.85º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B967E9 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 103 | 233 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.09 |
| HSL | 277.85º | 0.75% | 0.66% | - |
| HSV(B) | 277.85º | 0.56% | 0.91% | - |
| XYZ | 39.57 | 25.9 | 80 | - |
| YUV | 142.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 233 | 0.21 | 0.56 | 0 | 0.09 | 277.85 | 0.75 | 0.66 |
| Hex | B9 | 67 | E9 | 15 | 38 | 0 | 9 | 116 | 4B | 42 |
| Octal | 271 | 147 | 351 | 25 | 70 | 0 | 11 | 426 | 113 | 102 |
| Binary | 10111001 | 1100111 | 11101001 | 10101 | 111000 | 0 | 1001 | 100010110 | 1001011 | 1000010 |
Color Harmonies of #B967E9
Complementary color
Monochromatic Colors of #B967E9
Black with #B967E9
Text Example
Text Example
White with #B967E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967E9; }
p { color: rgb(185,103,233); }
H1.HeaderClassName
{
color: #B967E9;
}
.AnyTagClassName
{
color: #B967E9;
}
</style>
background-color css
<style>
a { background-color: #B967E9; }
a { background-color: rgb(185,103,233); }
div.DivClassName
{
background-color: #B967E9;
}
.BgClassName
{
background-color: #B967E9;
}
</style>
border-color css
<style>
span { border-color: #B967E9; }
span { border-color: rgb(185,103,233); }
td.TdClassName
{
border-color: #B967E9;
}
.TagClassName
{
border-color: #B967E9;
}
</style>