Shades of Medium Orchid #B947EE
Tints of Medium Orchid #B947EE
RGB
CMYK
RGB Variations
Color information
#B947EE (or 0xB947EE) is known color: Medium Orchid. HEX triplet: B9, 47 and EE. RGB value is (185,71,238). Sum of RGB (Red+Green+Blue) = 185+71+238=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #B947EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947EE is #46B811. Grayscale: #7B7B7B. Windows color (decimal): -4634642 or 15615929. OLE color: 15615929.
HSL color Cylindrical-coordinate representation of color #B947EE: hue angle of 280.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B947EE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 71 | 238 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.07 |
| HSL | 280.96º | 0.83% | 0.61% | - |
| HSV(B) | 280.96º | 0.7% | 0.93% | - |
| XYZ | 37.69 | 20.99 | 82.95 | - |
| YUV | 124.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 238 | 0.22 | 0.70 | 0 | 0.07 | 280.96 | 0.83 | 0.61 |
| Hex | B9 | 47 | EE | 16 | 46 | 0 | 7 | 119 | 53 | 3D |
| Octal | 271 | 107 | 356 | 26 | 106 | 0 | 7 | 431 | 123 | 75 |
| Binary | 10111001 | 1000111 | 11101110 | 10110 | 1000110 | 0 | 111 | 100011001 | 1010011 | 111101 |
Color Harmonies of #B947EE
Complementary color
Monochromatic Colors of #B947EE
Black with #B947EE
Text Example
Text Example
White with #B947EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947EE; }
p { color: rgb(185,71,238); }
H1.HeaderClassName
{
color: #B947EE;
}
.AnyTagClassName
{
color: #B947EE;
}
</style>
background-color css
<style>
a { background-color: #B947EE; }
a { background-color: rgb(185,71,238); }
div.DivClassName
{
background-color: #B947EE;
}
.BgClassName
{
background-color: #B947EE;
}
</style>
border-color css
<style>
span { border-color: #B947EE; }
span { border-color: rgb(185,71,238); }
td.TdClassName
{
border-color: #B947EE;
}
.TagClassName
{
border-color: #B947EE;
}
</style>