Shades of Medium Orchid #B73BEC
Tints of Medium Orchid #B73BEC
RGB
CMYK
RGB Variations
Color information
#B73BEC (or 0xB73BEC) is known color: Medium Orchid. HEX triplet: B7, 3B and EC. RGB value is (183,59,236). Sum of RGB (Red+Green+Blue) = 183+59+236=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B73BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BEC is #48C413. Grayscale: #737373. Windows color (decimal): -4768788 or 15481783. OLE color: 15481783.
HSL color Cylindrical-coordinate representation of color #B73BEC: hue angle of 282.03º degrees, saturation: 0.82, 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 #B73BEC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 59 | 236 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.07 |
| HSL | 282.03º | 0.82% | 0.58% | - |
| HSV(B) | 282.03º | 0.75% | 0.93% | - |
| XYZ | 36.23 | 19.25 | 81.16 | - |
| YUV | 116.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 236 | 0.22 | 0.75 | 0 | 0.07 | 282.03 | 0.82 | 0.58 |
| Hex | B7 | 3B | EC | 16 | 4B | 0 | 7 | 11A | 52 | 3A |
| Octal | 267 | 73 | 354 | 26 | 113 | 0 | 7 | 432 | 122 | 72 |
| Binary | 10110111 | 111011 | 11101100 | 10110 | 1001011 | 0 | 111 | 100011010 | 1010010 | 111010 |
Color Harmonies of #B73BEC
Complementary color
Monochromatic Colors of #B73BEC
Black with #B73BEC
Text Example
Text Example
White with #B73BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BEC; }
p { color: rgb(183,59,236); }
H1.HeaderClassName
{
color: #B73BEC;
}
.AnyTagClassName
{
color: #B73BEC;
}
</style>
background-color css
<style>
a { background-color: #B73BEC; }
a { background-color: rgb(183,59,236); }
div.DivClassName
{
background-color: #B73BEC;
}
.BgClassName
{
background-color: #B73BEC;
}
</style>
border-color css
<style>
span { border-color: #B73BEC; }
span { border-color: rgb(183,59,236); }
td.TdClassName
{
border-color: #B73BEC;
}
.TagClassName
{
border-color: #B73BEC;
}
</style>