Shades of Medium Orchid #B749E1
Tints of Medium Orchid #B749E1
RGB
CMYK
RGB Variations
Color information
#B749E1 (or 0xB749E1) is known color: Medium Orchid. HEX triplet: B7, 49 and E1. RGB value is (183,73,225). Sum of RGB (Red+Green+Blue) = 183+73+225=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #B749E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749E1 is #48B61E. Grayscale: #7A7A7A. Windows color (decimal): -4765215 or 14764471. OLE color: 14764471.
HSL color Cylindrical-coordinate representation of color #B749E1: hue angle of 283.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B749E1 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 73 | 225 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.12 |
| HSL | 283.42º | 0.72% | 0.58% | - |
| HSV(B) | 283.42º | 0.68% | 0.88% | - |
| XYZ | 35.5 | 20.27 | 73.28 | - |
| YUV | 123.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 225 | 0.19 | 0.68 | 0 | 0.12 | 283.42 | 0.72 | 0.58 |
| Hex | B7 | 49 | E1 | 13 | 44 | 0 | C | 11B | 48 | 3A |
| Octal | 267 | 111 | 341 | 23 | 104 | 0 | 14 | 433 | 110 | 72 |
| Binary | 10110111 | 1001001 | 11100001 | 10011 | 1000100 | 0 | 1100 | 100011011 | 1001000 | 111010 |
Color Harmonies of #B749E1
Complementary color
Monochromatic Colors of #B749E1
Black with #B749E1
Text Example
Text Example
White with #B749E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749E1; }
p { color: rgb(183,73,225); }
H1.HeaderClassName
{
color: #B749E1;
}
.AnyTagClassName
{
color: #B749E1;
}
</style>
background-color css
<style>
a { background-color: #B749E1; }
a { background-color: rgb(183,73,225); }
div.DivClassName
{
background-color: #B749E1;
}
.BgClassName
{
background-color: #B749E1;
}
</style>
border-color css
<style>
span { border-color: #B749E1; }
span { border-color: rgb(183,73,225); }
td.TdClassName
{
border-color: #B749E1;
}
.TagClassName
{
border-color: #B749E1;
}
</style>