Shades of Medium Orchid #B947ED
Tints of Medium Orchid #B947ED
RGB
CMYK
RGB Variations
Color information
#B947ED (or 0xB947ED) is known color: Medium Orchid. HEX triplet: B9, 47 and ED. RGB value is (185,71,237). Sum of RGB (Red+Green+Blue) = 185+71+237=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #B947ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947ED is #46B812. Grayscale: #7B7B7B. Windows color (decimal): -4634643 or 15550393. OLE color: 15550393.
HSL color Cylindrical-coordinate representation of color #B947ED: hue angle of 281.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B947ED is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 71 | 237 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.07 |
| HSL | 281.2º | 0.82% | 0.6% | - |
| HSV(B) | 281.2º | 0.7% | 0.93% | - |
| XYZ | 37.55 | 20.94 | 82.18 | - |
| YUV | 124.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 237 | 0.22 | 0.70 | 0 | 0.07 | 281.2 | 0.82 | 0.6 |
| Hex | B9 | 47 | ED | 16 | 46 | 0 | 7 | 119 | 52 | 3C |
| Octal | 271 | 107 | 355 | 26 | 106 | 0 | 7 | 431 | 122 | 74 |
| Binary | 10111001 | 1000111 | 11101101 | 10110 | 1000110 | 0 | 111 | 100011001 | 1010010 | 111100 |
Color Harmonies of #B947ED
Complementary color
Monochromatic Colors of #B947ED
Black with #B947ED
Text Example
Text Example
White with #B947ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947ED; }
p { color: rgb(185,71,237); }
H1.HeaderClassName
{
color: #B947ED;
}
.AnyTagClassName
{
color: #B947ED;
}
</style>
background-color css
<style>
a { background-color: #B947ED; }
a { background-color: rgb(185,71,237); }
div.DivClassName
{
background-color: #B947ED;
}
.BgClassName
{
background-color: #B947ED;
}
</style>
border-color css
<style>
span { border-color: #B947ED; }
span { border-color: rgb(185,71,237); }
td.TdClassName
{
border-color: #B947ED;
}
.TagClassName
{
border-color: #B947ED;
}
</style>