Shades of Medium Orchid #B73BEE
Tints of Medium Orchid #B73BEE
RGB
CMYK
RGB Variations
Color information
#B73BEE (or 0xB73BEE) is known color: Medium Orchid. HEX triplet: B7, 3B and EE. RGB value is (183,59,238). Sum of RGB (Red+Green+Blue) = 183+59+238=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #B73BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BEE is #48C411. Grayscale: #737373. Windows color (decimal): -4768786 or 15612855. OLE color: 15612855.
HSL color Cylindrical-coordinate representation of color #B73BEE: hue angle of 281.56º 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 #B73BEE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 59 | 238 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.07 |
| HSL | 281.56º | 0.84% | 0.58% | - |
| HSV(B) | 281.56º | 0.75% | 0.93% | - |
| XYZ | 36.53 | 19.37 | 82.7 | - |
| YUV | 116.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 238 | 0.23 | 0.75 | 0 | 0.07 | 281.56 | 0.84 | 0.58 |
| Hex | B7 | 3B | EE | 17 | 4B | 0 | 7 | 11A | 54 | 3A |
| Octal | 267 | 73 | 356 | 27 | 113 | 0 | 7 | 432 | 124 | 72 |
| Binary | 10110111 | 111011 | 11101110 | 10111 | 1001011 | 0 | 111 | 100011010 | 1010100 | 111010 |
Color Harmonies of #B73BEE
Complementary color
Monochromatic Colors of #B73BEE
Black with #B73BEE
Text Example
Text Example
White with #B73BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BEE; }
p { color: rgb(183,59,238); }
H1.HeaderClassName
{
color: #B73BEE;
}
.AnyTagClassName
{
color: #B73BEE;
}
</style>
background-color css
<style>
a { background-color: #B73BEE; }
a { background-color: rgb(183,59,238); }
div.DivClassName
{
background-color: #B73BEE;
}
.BgClassName
{
background-color: #B73BEE;
}
</style>
border-color css
<style>
span { border-color: #B73BEE; }
span { border-color: rgb(183,59,238); }
td.TdClassName
{
border-color: #B73BEE;
}
.TagClassName
{
border-color: #B73BEE;
}
</style>