Shades of Medium Orchid #B947E9
Tints of Medium Orchid #B947E9
RGB
CMYK
RGB Variations
Color information
#B947E9 (or 0xB947E9) is known color: Medium Orchid. HEX triplet: B9, 47 and E9. RGB value is (185,71,233). Sum of RGB (Red+Green+Blue) = 185+71+233=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #B947E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947E9 is #46B816. Grayscale: #7B7B7B. Windows color (decimal): -4634647 or 15288249. OLE color: 15288249.
HSL color Cylindrical-coordinate representation of color #B947E9: hue angle of 282.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B947E9 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 71 | 233 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.09 |
| HSL | 282.22º | 0.79% | 0.6% | - |
| HSV(B) | 282.22º | 0.7% | 0.91% | - |
| XYZ | 36.97 | 20.7 | 79.14 | - |
| YUV | 123.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 233 | 0.21 | 0.70 | 0 | 0.09 | 282.22 | 0.79 | 0.6 |
| Hex | B9 | 47 | E9 | 15 | 46 | 0 | 9 | 11A | 4F | 3C |
| Octal | 271 | 107 | 351 | 25 | 106 | 0 | 11 | 432 | 117 | 74 |
| Binary | 10111001 | 1000111 | 11101001 | 10101 | 1000110 | 0 | 1001 | 100011010 | 1001111 | 111100 |
Color Harmonies of #B947E9
Complementary color
Monochromatic Colors of #B947E9
Black with #B947E9
Text Example
Text Example
White with #B947E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947E9; }
p { color: rgb(185,71,233); }
H1.HeaderClassName
{
color: #B947E9;
}
.AnyTagClassName
{
color: #B947E9;
}
</style>
background-color css
<style>
a { background-color: #B947E9; }
a { background-color: rgb(185,71,233); }
div.DivClassName
{
background-color: #B947E9;
}
.BgClassName
{
background-color: #B947E9;
}
</style>
border-color css
<style>
span { border-color: #B947E9; }
span { border-color: rgb(185,71,233); }
td.TdClassName
{
border-color: #B947E9;
}
.TagClassName
{
border-color: #B947E9;
}
</style>