Shades of Medium Orchid #B749ED
Tints of Medium Orchid #B749ED
RGB
CMYK
RGB Variations
Color information
#B749ED (or 0xB749ED) is known color: Medium Orchid. HEX triplet: B7, 49 and ED. RGB value is (183,73,237). Sum of RGB (Red+Green+Blue) = 183+73+237=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #B749ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749ED is #48B612. Grayscale: #7C7C7C. Windows color (decimal): -4765203 or 15550903. OLE color: 15550903.
HSL color Cylindrical-coordinate representation of color #B749ED: hue angle of 280.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B749ED is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 73 | 237 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.07 |
| HSL | 280.24º | 0.82% | 0.61% | - |
| HSV(B) | 280.24º | 0.69% | 0.93% | - |
| XYZ | 37.2 | 20.95 | 82.2 | - |
| YUV | 124.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 237 | 0.23 | 0.69 | 0 | 0.07 | 280.24 | 0.82 | 0.61 |
| Hex | B7 | 49 | ED | 17 | 45 | 0 | 7 | 118 | 52 | 3D |
| Octal | 267 | 111 | 355 | 27 | 105 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10110111 | 1001001 | 11101101 | 10111 | 1000101 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B749ED
Complementary color
Monochromatic Colors of #B749ED
Black with #B749ED
Text Example
Text Example
White with #B749ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749ED; }
p { color: rgb(183,73,237); }
H1.HeaderClassName
{
color: #B749ED;
}
.AnyTagClassName
{
color: #B749ED;
}
</style>
background-color css
<style>
a { background-color: #B749ED; }
a { background-color: rgb(183,73,237); }
div.DivClassName
{
background-color: #B749ED;
}
.BgClassName
{
background-color: #B749ED;
}
</style>
border-color css
<style>
span { border-color: #B749ED; }
span { border-color: rgb(183,73,237); }
td.TdClassName
{
border-color: #B749ED;
}
.TagClassName
{
border-color: #B749ED;
}
</style>