Shades of Medium Orchid #B947EF
Tints of Medium Orchid #B947EF
RGB
CMYK
RGB Variations
Color information
#B947EF (or 0xB947EF) is known color: Medium Orchid. HEX triplet: B9, 47 and EF. RGB value is (185,71,239). Sum of RGB (Red+Green+Blue) = 185+71+239=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B947EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947EF is #46B810. Grayscale: #7B7B7B. Windows color (decimal): -4634641 or 15681465. OLE color: 15681465.
HSL color Cylindrical-coordinate representation of color #B947EF: hue angle of 280.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B947EF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 71 | 239 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.06 |
| HSL | 280.71º | 0.84% | 0.61% | - |
| HSV(B) | 280.71º | 0.7% | 0.94% | - |
| XYZ | 37.84 | 21.05 | 83.73 | - |
| YUV | 124.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 239 | 0.23 | 0.70 | 0 | 0.06 | 280.71 | 0.84 | 0.61 |
| Hex | B9 | 47 | EF | 17 | 46 | 0 | 6 | 119 | 54 | 3D |
| Octal | 271 | 107 | 357 | 27 | 106 | 0 | 6 | 431 | 124 | 75 |
| Binary | 10111001 | 1000111 | 11101111 | 10111 | 1000110 | 0 | 110 | 100011001 | 1010100 | 111101 |
Color Harmonies of #B947EF
Complementary color
Monochromatic Colors of #B947EF
Black with #B947EF
Text Example
Text Example
White with #B947EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947EF; }
p { color: rgb(185,71,239); }
H1.HeaderClassName
{
color: #B947EF;
}
.AnyTagClassName
{
color: #B947EF;
}
</style>
background-color css
<style>
a { background-color: #B947EF; }
a { background-color: rgb(185,71,239); }
div.DivClassName
{
background-color: #B947EF;
}
.BgClassName
{
background-color: #B947EF;
}
</style>
border-color css
<style>
span { border-color: #B947EF; }
span { border-color: rgb(185,71,239); }
td.TdClassName
{
border-color: #B947EF;
}
.TagClassName
{
border-color: #B947EF;
}
</style>