Shades of Medium Orchid #B73BCD
Tints of Medium Orchid #B73BCD
RGB
CMYK
RGB Variations
Color information
#B73BCD (or 0xB73BCD) is known color: Medium Orchid. HEX triplet: B7, 3B and CD. RGB value is (183,59,205). Sum of RGB (Red+Green+Blue) = 183+59+205=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #B73BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BCD is #48C432. Grayscale: #707070. Windows color (decimal): -4768819 or 13450167. OLE color: 13450167.
HSL color Cylindrical-coordinate representation of color #B73BCD: hue angle of 290.96º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73BCD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 59 | 205 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.20 |
| HSL | 290.96º | 0.59% | 0.52% | - |
| HSV(B) | 290.96º | 0.71% | 0.8% | - |
| XYZ | 32.11 | 17.6 | 59.46 | - |
| YUV | 112.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 205 | 0.11 | 0.71 | 0 | 0.20 | 290.96 | 0.59 | 0.52 |
| Hex | B7 | 3B | CD | B | 47 | 0 | 14 | 123 | 3B | 34 |
| Octal | 267 | 73 | 315 | 13 | 107 | 0 | 24 | 443 | 73 | 64 |
| Binary | 10110111 | 111011 | 11001101 | 1011 | 1000111 | 0 | 10100 | 100100011 | 111011 | 110100 |
Color Harmonies of #B73BCD
Complementary color
Monochromatic Colors of #B73BCD
Black with #B73BCD
Text Example
Text Example
White with #B73BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BCD; }
p { color: rgb(183,59,205); }
H1.HeaderClassName
{
color: #B73BCD;
}
.AnyTagClassName
{
color: #B73BCD;
}
</style>
background-color css
<style>
a { background-color: #B73BCD; }
a { background-color: rgb(183,59,205); }
div.DivClassName
{
background-color: #B73BCD;
}
.BgClassName
{
background-color: #B73BCD;
}
</style>
border-color css
<style>
span { border-color: #B73BCD; }
span { border-color: rgb(183,59,205); }
td.TdClassName
{
border-color: #B73BCD;
}
.TagClassName
{
border-color: #B73BCD;
}
</style>