Shades of Medium Orchid #B968E9
Tints of Medium Orchid #B968E9
RGB
CMYK
RGB Variations
Color information
#B968E9 (or 0xB968E9) is known color: Medium Orchid. HEX triplet: B9, 68 and E9. RGB value is (185,104,233). Sum of RGB (Red+Green+Blue) = 185+104+233=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #B968E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968E9 is #469716. Grayscale: #8E8E8E. Windows color (decimal): -4626199 or 15296697. OLE color: 15296697.
HSL color Cylindrical-coordinate representation of color #B968E9: hue angle of 277.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B968E9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 104 | 233 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.09 |
| HSL | 277.67º | 0.75% | 0.66% | - |
| HSV(B) | 277.67º | 0.55% | 0.91% | - |
| XYZ | 39.67 | 26.1 | 80.04 | - |
| YUV | 142.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 233 | 0.21 | 0.55 | 0 | 0.09 | 277.67 | 0.75 | 0.66 |
| Hex | B9 | 68 | E9 | 15 | 37 | 0 | 9 | 116 | 4B | 42 |
| Octal | 271 | 150 | 351 | 25 | 67 | 0 | 11 | 426 | 113 | 102 |
| Binary | 10111001 | 1101000 | 11101001 | 10101 | 110111 | 0 | 1001 | 100010110 | 1001011 | 1000010 |
Color Harmonies of #B968E9
Complementary color
Monochromatic Colors of #B968E9
Black with #B968E9
Text Example
Text Example
White with #B968E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968E9; }
p { color: rgb(185,104,233); }
H1.HeaderClassName
{
color: #B968E9;
}
.AnyTagClassName
{
color: #B968E9;
}
</style>
background-color css
<style>
a { background-color: #B968E9; }
a { background-color: rgb(185,104,233); }
div.DivClassName
{
background-color: #B968E9;
}
.BgClassName
{
background-color: #B968E9;
}
</style>
border-color css
<style>
span { border-color: #B968E9; }
span { border-color: rgb(185,104,233); }
td.TdClassName
{
border-color: #B968E9;
}
.TagClassName
{
border-color: #B968E9;
}
</style>