Shades of Medium Orchid #B73CE9
Tints of Medium Orchid #B73CE9
RGB
CMYK
RGB Variations
Color information
#B73CE9 (or 0xB73CE9) is known color: Medium Orchid. HEX triplet: B7, 3C and E9. RGB value is (183,60,233). Sum of RGB (Red+Green+Blue) = 183+60+233=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #B73CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CE9 is #48C316. Grayscale: #737373. Windows color (decimal): -4768535 or 15285431. OLE color: 15285431.
HSL color Cylindrical-coordinate representation of color #B73CE9: hue angle of 282.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73CE9 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 60 | 233 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.09 |
| HSL | 282.66º | 0.8% | 0.57% | - |
| HSV(B) | 282.66º | 0.74% | 0.91% | - |
| XYZ | 35.85 | 19.18 | 78.9 | - |
| YUV | 116.5 | 193.75 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 233 | 0.21 | 0.74 | 0 | 0.09 | 282.66 | 0.8 | 0.57 |
| Hex | B7 | 3C | E9 | 15 | 4A | 0 | 9 | 11B | 50 | 39 |
| Octal | 267 | 74 | 351 | 25 | 112 | 0 | 11 | 433 | 120 | 71 |
| Binary | 10110111 | 111100 | 11101001 | 10101 | 1001010 | 0 | 1001 | 100011011 | 1010000 | 111001 |
Color Harmonies of #B73CE9
Complementary color
Monochromatic Colors of #B73CE9
Black with #B73CE9
Text Example
Text Example
White with #B73CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CE9; }
p { color: rgb(183,60,233); }
H1.HeaderClassName
{
color: #B73CE9;
}
.AnyTagClassName
{
color: #B73CE9;
}
</style>
background-color css
<style>
a { background-color: #B73CE9; }
a { background-color: rgb(183,60,233); }
div.DivClassName
{
background-color: #B73CE9;
}
.BgClassName
{
background-color: #B73CE9;
}
</style>
border-color css
<style>
span { border-color: #B73CE9; }
span { border-color: rgb(183,60,233); }
td.TdClassName
{
border-color: #B73CE9;
}
.TagClassName
{
border-color: #B73CE9;
}
</style>