Shades of Medium Orchid #B760ED
Tints of Medium Orchid #B760ED
RGB
CMYK
RGB Variations
Color information
#B760ED (or 0xB760ED) is known color: Medium Orchid. HEX triplet: B7, 60 and ED. RGB value is (183,96,237). Sum of RGB (Red+Green+Blue) = 183+96+237=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B760ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760ED is #489F12. Grayscale: #898989. Windows color (decimal): -4759315 or 15556791. OLE color: 15556791.
HSL color Cylindrical-coordinate representation of color #B760ED: hue angle of 277.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B760ED is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 96 | 237 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.07 |
| HSL | 277.02º | 0.8% | 0.65% | - |
| HSV(B) | 277.02º | 0.59% | 0.93% | - |
| XYZ | 39 | 24.55 | 82.8 | - |
| YUV | 138.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 237 | 0.23 | 0.59 | 0 | 0.07 | 277.02 | 0.8 | 0.65 |
| Hex | B7 | 60 | ED | 17 | 3B | 0 | 7 | 115 | 50 | 41 |
| Octal | 267 | 140 | 355 | 27 | 73 | 0 | 7 | 425 | 120 | 101 |
| Binary | 10110111 | 1100000 | 11101101 | 10111 | 111011 | 0 | 111 | 100010101 | 1010000 | 1000001 |
Color Harmonies of #B760ED
Complementary color
Monochromatic Colors of #B760ED
Black with #B760ED
Text Example
Text Example
White with #B760ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760ED; }
p { color: rgb(183,96,237); }
H1.HeaderClassName
{
color: #B760ED;
}
.AnyTagClassName
{
color: #B760ED;
}
</style>
background-color css
<style>
a { background-color: #B760ED; }
a { background-color: rgb(183,96,237); }
div.DivClassName
{
background-color: #B760ED;
}
.BgClassName
{
background-color: #B760ED;
}
</style>
border-color css
<style>
span { border-color: #B760ED; }
span { border-color: rgb(183,96,237); }
td.TdClassName
{
border-color: #B760ED;
}
.TagClassName
{
border-color: #B760ED;
}
</style>