Shades of Medium Orchid #B73ECB
Tints of Medium Orchid #B73ECB
RGB
CMYK
RGB Variations
Color information
#B73ECB (or 0xB73ECB) is known color: Medium Orchid. HEX triplet: B7, 3E and CB. RGB value is (183,62,203). Sum of RGB (Red+Green+Blue) = 183+62+203=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B73ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ECB is #48C134. Grayscale: #717171. Windows color (decimal): -4768053 or 13319863. OLE color: 13319863.
HSL color Cylindrical-coordinate representation of color #B73ECB: hue angle of 291.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73ECB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 62 | 203 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.20 |
| HSL | 291.49º | 0.58% | 0.52% | - |
| HSV(B) | 291.49º | 0.69% | 0.8% | - |
| XYZ | 32.03 | 17.82 | 58.25 | - |
| YUV | 114.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 203 | 0.10 | 0.69 | 0 | 0.20 | 291.49 | 0.58 | 0.52 |
| Hex | B7 | 3E | CB | A | 45 | 0 | 14 | 123 | 3A | 34 |
| Octal | 267 | 76 | 313 | 12 | 105 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110111 | 111110 | 11001011 | 1010 | 1000101 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B73ECB
Complementary color
Monochromatic Colors of #B73ECB
Black with #B73ECB
Text Example
Text Example
White with #B73ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73ECB; }
p { color: rgb(183,62,203); }
H1.HeaderClassName
{
color: #B73ECB;
}
.AnyTagClassName
{
color: #B73ECB;
}
</style>
background-color css
<style>
a { background-color: #B73ECB; }
a { background-color: rgb(183,62,203); }
div.DivClassName
{
background-color: #B73ECB;
}
.BgClassName
{
background-color: #B73ECB;
}
</style>
border-color css
<style>
span { border-color: #B73ECB; }
span { border-color: rgb(183,62,203); }
td.TdClassName
{
border-color: #B73ECB;
}
.TagClassName
{
border-color: #B73ECB;
}
</style>