Shades of Medium Orchid #B947E3
Tints of Medium Orchid #B947E3
RGB
CMYK
RGB Variations
Color information
#B947E3 (or 0xB947E3) is known color: Medium Orchid. HEX triplet: B9, 47 and E3. RGB value is (185,71,227). Sum of RGB (Red+Green+Blue) = 185+71+227=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #B947E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947E3 is #46B81C. Grayscale: #7A7A7A. Windows color (decimal): -4634653 or 14895033. OLE color: 14895033.
HSL color Cylindrical-coordinate representation of color #B947E3: hue angle of 283.85º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B947E3 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 71 | 227 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.11 |
| HSL | 283.85º | 0.74% | 0.58% | - |
| HSV(B) | 283.85º | 0.69% | 0.89% | - |
| XYZ | 36.13 | 20.37 | 74.7 | - |
| YUV | 122.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 227 | 0.19 | 0.69 | 0 | 0.11 | 283.85 | 0.74 | 0.58 |
| Hex | B9 | 47 | E3 | 13 | 45 | 0 | B | 11C | 4A | 3A |
| Octal | 271 | 107 | 343 | 23 | 105 | 0 | 13 | 434 | 112 | 72 |
| Binary | 10111001 | 1000111 | 11100011 | 10011 | 1000101 | 0 | 1011 | 100011100 | 1001010 | 111010 |
Color Harmonies of #B947E3
Complementary color
Monochromatic Colors of #B947E3
Black with #B947E3
Text Example
Text Example
White with #B947E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947E3; }
p { color: rgb(185,71,227); }
H1.HeaderClassName
{
color: #B947E3;
}
.AnyTagClassName
{
color: #B947E3;
}
</style>
background-color css
<style>
a { background-color: #B947E3; }
a { background-color: rgb(185,71,227); }
div.DivClassName
{
background-color: #B947E3;
}
.BgClassName
{
background-color: #B947E3;
}
</style>
border-color css
<style>
span { border-color: #B947E3; }
span { border-color: rgb(185,71,227); }
td.TdClassName
{
border-color: #B947E3;
}
.TagClassName
{
border-color: #B947E3;
}
</style>