Shades of Medium Orchid #B749E0
Tints of Medium Orchid #B749E0
RGB
CMYK
RGB Variations
Color information
#B749E0 (or 0xB749E0) is known color: Medium Orchid. HEX triplet: B7, 49 and E0. RGB value is (183,73,224). Sum of RGB (Red+Green+Blue) = 183+73+224=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #B749E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749E0 is #48B61F. Grayscale: #7A7A7A. Windows color (decimal): -4765216 or 14698935. OLE color: 14698935.
HSL color Cylindrical-coordinate representation of color #B749E0: hue angle of 283.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B749E0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 73 | 224 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.12 |
| HSL | 283.71º | 0.71% | 0.58% | - |
| HSV(B) | 283.71º | 0.67% | 0.88% | - |
| XYZ | 35.37 | 20.21 | 72.56 | - |
| YUV | 123.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 224 | 0.18 | 0.67 | 0 | 0.12 | 283.71 | 0.71 | 0.58 |
| Hex | B7 | 49 | E0 | 12 | 43 | 0 | C | 11C | 47 | 3A |
| Octal | 267 | 111 | 340 | 22 | 103 | 0 | 14 | 434 | 107 | 72 |
| Binary | 10110111 | 1001001 | 11100000 | 10010 | 1000011 | 0 | 1100 | 100011100 | 1000111 | 111010 |
Color Harmonies of #B749E0
Complementary color
Monochromatic Colors of #B749E0
Black with #B749E0
Text Example
Text Example
White with #B749E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749E0; }
p { color: rgb(183,73,224); }
H1.HeaderClassName
{
color: #B749E0;
}
.AnyTagClassName
{
color: #B749E0;
}
</style>
background-color css
<style>
a { background-color: #B749E0; }
a { background-color: rgb(183,73,224); }
div.DivClassName
{
background-color: #B749E0;
}
.BgClassName
{
background-color: #B749E0;
}
</style>
border-color css
<style>
span { border-color: #B749E0; }
span { border-color: rgb(183,73,224); }
td.TdClassName
{
border-color: #B749E0;
}
.TagClassName
{
border-color: #B749E0;
}
</style>