Shades of Medium Orchid #B73CEE
Tints of Medium Orchid #B73CEE
RGB
CMYK
RGB Variations
Color information
#B73CEE (or 0xB73CEE) is known color: Medium Orchid. HEX triplet: B7, 3C and EE. RGB value is (183,60,238). Sum of RGB (Red+Green+Blue) = 183+60+238=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #B73CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CEE is #48C311. Grayscale: #747474. Windows color (decimal): -4768530 or 15613111. OLE color: 15613111.
HSL color Cylindrical-coordinate representation of color #B73CEE: hue angle of 281.46º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73CEE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 60 | 238 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.07 |
| HSL | 281.46º | 0.84% | 0.58% | - |
| HSV(B) | 281.46º | 0.75% | 0.93% | - |
| XYZ | 36.58 | 19.47 | 82.72 | - |
| YUV | 117.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 238 | 0.23 | 0.75 | 0 | 0.07 | 281.46 | 0.84 | 0.58 |
| Hex | B7 | 3C | EE | 17 | 4B | 0 | 7 | 119 | 54 | 3A |
| Octal | 267 | 74 | 356 | 27 | 113 | 0 | 7 | 431 | 124 | 72 |
| Binary | 10110111 | 111100 | 11101110 | 10111 | 1001011 | 0 | 111 | 100011001 | 1010100 | 111010 |
Color Harmonies of #B73CEE
Complementary color
Monochromatic Colors of #B73CEE
Black with #B73CEE
Text Example
Text Example
White with #B73CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CEE; }
p { color: rgb(183,60,238); }
H1.HeaderClassName
{
color: #B73CEE;
}
.AnyTagClassName
{
color: #B73CEE;
}
</style>
background-color css
<style>
a { background-color: #B73CEE; }
a { background-color: rgb(183,60,238); }
div.DivClassName
{
background-color: #B73CEE;
}
.BgClassName
{
background-color: #B73CEE;
}
</style>
border-color css
<style>
span { border-color: #B73CEE; }
span { border-color: rgb(183,60,238); }
td.TdClassName
{
border-color: #B73CEE;
}
.TagClassName
{
border-color: #B73CEE;
}
</style>