Shades of Medium Orchid #B947E8
Tints of Medium Orchid #B947E8
RGB
CMYK
RGB Variations
Color information
#B947E8 (or 0xB947E8) is known color: Medium Orchid. HEX triplet: B9, 47 and E8. RGB value is (185,71,232). Sum of RGB (Red+Green+Blue) = 185+71+232=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #B947E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947E8 is #46B817. Grayscale: #7A7A7A. Windows color (decimal): -4634648 or 15222713. OLE color: 15222713.
HSL color Cylindrical-coordinate representation of color #B947E8: hue angle of 282.48º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B947E8 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 71 | 232 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.09 |
| HSL | 282.48º | 0.78% | 0.59% | - |
| HSV(B) | 282.48º | 0.69% | 0.91% | - |
| XYZ | 36.83 | 20.65 | 78.39 | - |
| YUV | 123.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 232 | 0.20 | 0.69 | 0 | 0.09 | 282.48 | 0.78 | 0.59 |
| Hex | B9 | 47 | E8 | 14 | 45 | 0 | 9 | 11A | 4E | 3B |
| Octal | 271 | 107 | 350 | 24 | 105 | 0 | 11 | 432 | 116 | 73 |
| Binary | 10111001 | 1000111 | 11101000 | 10100 | 1000101 | 0 | 1001 | 100011010 | 1001110 | 111011 |
Color Harmonies of #B947E8
Complementary color
Monochromatic Colors of #B947E8
Black with #B947E8
Text Example
Text Example
White with #B947E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947E8; }
p { color: rgb(185,71,232); }
H1.HeaderClassName
{
color: #B947E8;
}
.AnyTagClassName
{
color: #B947E8;
}
</style>
background-color css
<style>
a { background-color: #B947E8; }
a { background-color: rgb(185,71,232); }
div.DivClassName
{
background-color: #B947E8;
}
.BgClassName
{
background-color: #B947E8;
}
</style>
border-color css
<style>
span { border-color: #B947E8; }
span { border-color: rgb(185,71,232); }
td.TdClassName
{
border-color: #B947E8;
}
.TagClassName
{
border-color: #B947E8;
}
</style>