Shades of Medium Orchid #B753ED
Tints of Medium Orchid #B753ED
RGB
CMYK
RGB Variations
Color information
#B753ED (or 0xB753ED) is known color: Medium Orchid. HEX triplet: B7, 53 and ED. RGB value is (183,83,237). Sum of RGB (Red+Green+Blue) = 183+83+237=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #B753ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B753ED is #48AC12. Grayscale: #818181. Windows color (decimal): -4762643 or 15553463. OLE color: 15553463.
HSL color Cylindrical-coordinate representation of color #B753ED: hue angle of 278.96º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B753ED is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 83 | 237 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.07 |
| HSL | 278.96º | 0.81% | 0.63% | - |
| HSV(B) | 278.96º | 0.65% | 0.93% | - |
| XYZ | 37.91 | 22.37 | 82.44 | - |
| YUV | 130.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 237 | 0.23 | 0.65 | 0 | 0.07 | 278.96 | 0.81 | 0.63 |
| Hex | B7 | 53 | ED | 17 | 41 | 0 | 7 | 117 | 51 | 3F |
| Octal | 267 | 123 | 355 | 27 | 101 | 0 | 7 | 427 | 121 | 77 |
| Binary | 10110111 | 1010011 | 11101101 | 10111 | 1000001 | 0 | 111 | 100010111 | 1010001 | 111111 |
Color Harmonies of #B753ED
Complementary color
Monochromatic Colors of #B753ED
Black with #B753ED
Text Example
Text Example
White with #B753ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753ED; }
p { color: rgb(183,83,237); }
H1.HeaderClassName
{
color: #B753ED;
}
.AnyTagClassName
{
color: #B753ED;
}
</style>
background-color css
<style>
a { background-color: #B753ED; }
a { background-color: rgb(183,83,237); }
div.DivClassName
{
background-color: #B753ED;
}
.BgClassName
{
background-color: #B753ED;
}
</style>
border-color css
<style>
span { border-color: #B753ED; }
span { border-color: rgb(183,83,237); }
td.TdClassName
{
border-color: #B753ED;
}
.TagClassName
{
border-color: #B753ED;
}
</style>