Shades of Medium Orchid #B747ED
Tints of Medium Orchid #B747ED
RGB
CMYK
RGB Variations
Color information
#B747ED (or 0xB747ED) is known color: Medium Orchid. HEX triplet: B7, 47 and ED. RGB value is (183,71,237). Sum of RGB (Red+Green+Blue) = 183+71+237=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B747ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B747ED is #48B812. Grayscale: #7A7A7A. Windows color (decimal): -4765715 or 15550391. OLE color: 15550391.
HSL color Cylindrical-coordinate representation of color #B747ED: hue angle of 280.48º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B747ED is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 71 | 237 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.07 |
| HSL | 280.48º | 0.82% | 0.6% | - |
| HSV(B) | 280.48º | 0.7% | 0.93% | - |
| XYZ | 37.07 | 20.69 | 82.16 | - |
| YUV | 123.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 237 | 0.23 | 0.70 | 0 | 0.07 | 280.48 | 0.82 | 0.6 |
| Hex | B7 | 47 | ED | 17 | 46 | 0 | 7 | 118 | 52 | 3C |
| Octal | 267 | 107 | 355 | 27 | 106 | 0 | 7 | 430 | 122 | 74 |
| Binary | 10110111 | 1000111 | 11101101 | 10111 | 1000110 | 0 | 111 | 100011000 | 1010010 | 111100 |
Color Harmonies of #B747ED
Complementary color
Monochromatic Colors of #B747ED
Black with #B747ED
Text Example
Text Example
White with #B747ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747ED; }
p { color: rgb(183,71,237); }
H1.HeaderClassName
{
color: #B747ED;
}
.AnyTagClassName
{
color: #B747ED;
}
</style>
background-color css
<style>
a { background-color: #B747ED; }
a { background-color: rgb(183,71,237); }
div.DivClassName
{
background-color: #B747ED;
}
.BgClassName
{
background-color: #B747ED;
}
</style>
border-color css
<style>
span { border-color: #B747ED; }
span { border-color: rgb(183,71,237); }
td.TdClassName
{
border-color: #B747ED;
}
.TagClassName
{
border-color: #B747ED;
}
</style>