Shades of Medium Orchid #B949E6
Tints of Medium Orchid #B949E6
RGB
CMYK
RGB Variations
Color information
#B949E6 (or 0xB949E6) is known color: Medium Orchid. HEX triplet: B9, 49 and E6. RGB value is (185,73,230). Sum of RGB (Red+Green+Blue) = 185+73+230=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #B949E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949E6 is #46B619. Grayscale: #7B7B7B. Windows color (decimal): -4634138 or 15092153. OLE color: 15092153.
HSL color Cylindrical-coordinate representation of color #B949E6: hue angle of 282.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B949E6 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 73 | 230 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.10 |
| HSL | 282.8º | 0.76% | 0.59% | - |
| HSV(B) | 282.8º | 0.68% | 0.9% | - |
| XYZ | 36.67 | 20.79 | 76.94 | - |
| YUV | 124.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 230 | 0.20 | 0.68 | 0 | 0.10 | 282.8 | 0.76 | 0.59 |
| Hex | B9 | 49 | E6 | 14 | 44 | 0 | A | 11B | 4C | 3B |
| Octal | 271 | 111 | 346 | 24 | 104 | 0 | 12 | 433 | 114 | 73 |
| Binary | 10111001 | 1001001 | 11100110 | 10100 | 1000100 | 0 | 1010 | 100011011 | 1001100 | 111011 |
Color Harmonies of #B949E6
Complementary color
Monochromatic Colors of #B949E6
Black with #B949E6
Text Example
Text Example
White with #B949E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949E6; }
p { color: rgb(185,73,230); }
H1.HeaderClassName
{
color: #B949E6;
}
.AnyTagClassName
{
color: #B949E6;
}
</style>
background-color css
<style>
a { background-color: #B949E6; }
a { background-color: rgb(185,73,230); }
div.DivClassName
{
background-color: #B949E6;
}
.BgClassName
{
background-color: #B949E6;
}
</style>
border-color css
<style>
span { border-color: #B949E6; }
span { border-color: rgb(185,73,230); }
td.TdClassName
{
border-color: #B949E6;
}
.TagClassName
{
border-color: #B949E6;
}
</style>