Shades of Medium Orchid #B947CE
Tints of Medium Orchid #B947CE
RGB
CMYK
RGB Variations
Color information
#B947CE (or 0xB947CE) is known color: Medium Orchid. HEX triplet: B9, 47 and CE. RGB value is (185,71,206). Sum of RGB (Red+Green+Blue) = 185+71+206=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B947CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947CE is #46B831. Grayscale: #787878. Windows color (decimal): -4634674 or 13518777. OLE color: 13518777.
HSL color Cylindrical-coordinate representation of color #B947CE: hue angle of 290.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B947CE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 71 | 206 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.19 |
| HSL | 290.67º | 0.58% | 0.54% | - |
| HSV(B) | 290.67º | 0.66% | 0.81% | - |
| XYZ | 33.4 | 19.28 | 60.35 | - |
| YUV | 120.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 206 | 0.10 | 0.66 | 0 | 0.19 | 290.67 | 0.58 | 0.54 |
| Hex | B9 | 47 | CE | A | 42 | 0 | 13 | 123 | 3A | 36 |
| Octal | 271 | 107 | 316 | 12 | 102 | 0 | 23 | 443 | 72 | 66 |
| Binary | 10111001 | 1000111 | 11001110 | 1010 | 1000010 | 0 | 10011 | 100100011 | 111010 | 110110 |
Color Harmonies of #B947CE
Complementary color
Monochromatic Colors of #B947CE
Black with #B947CE
Text Example
Text Example
White with #B947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947CE; }
p { color: rgb(185,71,206); }
H1.HeaderClassName
{
color: #B947CE;
}
.AnyTagClassName
{
color: #B947CE;
}
</style>
background-color css
<style>
a { background-color: #B947CE; }
a { background-color: rgb(185,71,206); }
div.DivClassName
{
background-color: #B947CE;
}
.BgClassName
{
background-color: #B947CE;
}
</style>
border-color css
<style>
span { border-color: #B947CE; }
span { border-color: rgb(185,71,206); }
td.TdClassName
{
border-color: #B947CE;
}
.TagClassName
{
border-color: #B947CE;
}
</style>