Shades of Medium Orchid #B73EE1
Tints of Medium Orchid #B73EE1
RGB
CMYK
RGB Variations
Color information
#B73EE1 (or 0xB73EE1) is known color: Medium Orchid. HEX triplet: B7, 3E and E1. RGB value is (183,62,225). Sum of RGB (Red+Green+Blue) = 183+62+225=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #B73EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EE1 is #48C11E. Grayscale: #747474. Windows color (decimal): -4768031 or 14761655. OLE color: 14761655.
HSL color Cylindrical-coordinate representation of color #B73EE1: hue angle of 284.54º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73EE1 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 62 | 225 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.12 |
| HSL | 284.54º | 0.73% | 0.56% | - |
| HSV(B) | 284.54º | 0.72% | 0.88% | - |
| XYZ | 34.84 | 18.95 | 73.06 | - |
| YUV | 116.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 225 | 0.19 | 0.72 | 0 | 0.12 | 284.54 | 0.73 | 0.56 |
| Hex | B7 | 3E | E1 | 13 | 48 | 0 | C | 11D | 49 | 38 |
| Octal | 267 | 76 | 341 | 23 | 110 | 0 | 14 | 435 | 111 | 70 |
| Binary | 10110111 | 111110 | 11100001 | 10011 | 1001000 | 0 | 1100 | 100011101 | 1001001 | 111000 |
Color Harmonies of #B73EE1
Complementary color
Monochromatic Colors of #B73EE1
Black with #B73EE1
Text Example
Text Example
White with #B73EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73EE1; }
p { color: rgb(183,62,225); }
H1.HeaderClassName
{
color: #B73EE1;
}
.AnyTagClassName
{
color: #B73EE1;
}
</style>
background-color css
<style>
a { background-color: #B73EE1; }
a { background-color: rgb(183,62,225); }
div.DivClassName
{
background-color: #B73EE1;
}
.BgClassName
{
background-color: #B73EE1;
}
</style>
border-color css
<style>
span { border-color: #B73EE1; }
span { border-color: rgb(183,62,225); }
td.TdClassName
{
border-color: #B73EE1;
}
.TagClassName
{
border-color: #B73EE1;
}
</style>