Shades of Medium Orchid #B949E7
Tints of Medium Orchid #B949E7
RGB
CMYK
RGB Variations
Color information
#B949E7 (or 0xB949E7) is known color: Medium Orchid. HEX triplet: B9, 49 and E7. RGB value is (185,73,231). Sum of RGB (Red+Green+Blue) = 185+73+231=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #B949E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949E7 is #46B618. Grayscale: #7B7B7B. Windows color (decimal): -4634137 or 15157689. OLE color: 15157689.
HSL color Cylindrical-coordinate representation of color #B949E7: hue angle of 282.53º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B949E7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 73 | 231 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.09 |
| HSL | 282.53º | 0.77% | 0.6% | - |
| HSV(B) | 282.53º | 0.68% | 0.91% | - |
| XYZ | 36.81 | 20.85 | 77.69 | - |
| YUV | 124.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 231 | 0.20 | 0.68 | 0 | 0.09 | 282.53 | 0.77 | 0.6 |
| Hex | B9 | 49 | E7 | 14 | 44 | 0 | 9 | 11B | 4D | 3C |
| Octal | 271 | 111 | 347 | 24 | 104 | 0 | 11 | 433 | 115 | 74 |
| Binary | 10111001 | 1001001 | 11100111 | 10100 | 1000100 | 0 | 1001 | 100011011 | 1001101 | 111100 |
Color Harmonies of #B949E7
Complementary color
Monochromatic Colors of #B949E7
Black with #B949E7
Text Example
Text Example
White with #B949E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949E7; }
p { color: rgb(185,73,231); }
H1.HeaderClassName
{
color: #B949E7;
}
.AnyTagClassName
{
color: #B949E7;
}
</style>
background-color css
<style>
a { background-color: #B949E7; }
a { background-color: rgb(185,73,231); }
div.DivClassName
{
background-color: #B949E7;
}
.BgClassName
{
background-color: #B949E7;
}
</style>
border-color css
<style>
span { border-color: #B949E7; }
span { border-color: rgb(185,73,231); }
td.TdClassName
{
border-color: #B949E7;
}
.TagClassName
{
border-color: #B949E7;
}
</style>