Shades of Medium Orchid #B73ECC
Tints of Medium Orchid #B73ECC
RGB
CMYK
RGB Variations
Color information
#B73ECC (or 0xB73ECC) is known color: Medium Orchid. HEX triplet: B7, 3E and CC. RGB value is (183,62,204). Sum of RGB (Red+Green+Blue) = 183+62+204=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B73ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ECC is #48C133. Grayscale: #717171. Windows color (decimal): -4768052 or 13385399. OLE color: 13385399.
HSL color Cylindrical-coordinate representation of color #B73ECC: hue angle of 291.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73ECC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 62 | 204 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.2 |
| HSL | 291.13º | 0.58% | 0.52% | - |
| HSV(B) | 291.13º | 0.7% | 0.8% | - |
| XYZ | 32.15 | 17.87 | 58.88 | - |
| YUV | 114.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 204 | 0.10 | 0.70 | 0 | 0.2 | 291.13 | 0.58 | 0.52 |
| Hex | B7 | 3E | CC | A | 46 | 0 | 14 | 123 | 3A | 34 |
| Octal | 267 | 76 | 314 | 12 | 106 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110111 | 111110 | 11001100 | 1010 | 1000110 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B73ECC
Complementary color
Monochromatic Colors of #B73ECC
Black with #B73ECC
Text Example
Text Example
White with #B73ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73ECC; }
p { color: rgb(183,62,204); }
H1.HeaderClassName
{
color: #B73ECC;
}
.AnyTagClassName
{
color: #B73ECC;
}
</style>
background-color css
<style>
a { background-color: #B73ECC; }
a { background-color: rgb(183,62,204); }
div.DivClassName
{
background-color: #B73ECC;
}
.BgClassName
{
background-color: #B73ECC;
}
</style>
border-color css
<style>
span { border-color: #B73ECC; }
span { border-color: rgb(183,62,204); }
td.TdClassName
{
border-color: #B73ECC;
}
.TagClassName
{
border-color: #B73ECC;
}
</style>