Shades of Medium Orchid #B73BE0
Tints of Medium Orchid #B73BE0
RGB
CMYK
RGB Variations
Color information
#B73BE0 (or 0xB73BE0) is known color: Medium Orchid. HEX triplet: B7, 3B and E0. RGB value is (183,59,224). Sum of RGB (Red+Green+Blue) = 183+59+224=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B73BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BE0 is #48C41F. Grayscale: #727272. Windows color (decimal): -4768800 or 14695351. OLE color: 14695351.
HSL color Cylindrical-coordinate representation of color #B73BE0: hue angle of 285.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73BE0 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 59 | 224 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.12 |
| HSL | 285.09º | 0.73% | 0.55% | - |
| HSV(B) | 285.09º | 0.74% | 0.88% | - |
| XYZ | 34.55 | 18.58 | 72.29 | - |
| YUV | 114.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 224 | 0.18 | 0.74 | 0 | 0.12 | 285.09 | 0.73 | 0.55 |
| Hex | B7 | 3B | E0 | 12 | 4A | 0 | C | 11D | 49 | 37 |
| Octal | 267 | 73 | 340 | 22 | 112 | 0 | 14 | 435 | 111 | 67 |
| Binary | 10110111 | 111011 | 11100000 | 10010 | 1001010 | 0 | 1100 | 100011101 | 1001001 | 110111 |
Color Harmonies of #B73BE0
Complementary color
Monochromatic Colors of #B73BE0
Black with #B73BE0
Text Example
Text Example
White with #B73BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BE0; }
p { color: rgb(183,59,224); }
H1.HeaderClassName
{
color: #B73BE0;
}
.AnyTagClassName
{
color: #B73BE0;
}
</style>
background-color css
<style>
a { background-color: #B73BE0; }
a { background-color: rgb(183,59,224); }
div.DivClassName
{
background-color: #B73BE0;
}
.BgClassName
{
background-color: #B73BE0;
}
</style>
border-color css
<style>
span { border-color: #B73BE0; }
span { border-color: rgb(183,59,224); }
td.TdClassName
{
border-color: #B73BE0;
}
.TagClassName
{
border-color: #B73BE0;
}
</style>