Shades of Medium Orchid #B73ACD
Tints of Medium Orchid #B73ACD
RGB
CMYK
RGB Variations
Color information
#B73ACD (or 0xB73ACD) is known color: Medium Orchid. HEX triplet: B7, 3A and CD. RGB value is (183,58,205). Sum of RGB (Red+Green+Blue) = 183+58+205=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #B73ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ACD is #48C532. Grayscale: #6F6F6F. Windows color (decimal): -4769075 or 13449911. OLE color: 13449911.
HSL color Cylindrical-coordinate representation of color #B73ACD: hue angle of 291.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73ACD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 58 | 205 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.20 |
| HSL | 291.02º | 0.6% | 0.52% | - |
| HSV(B) | 291.02º | 0.72% | 0.8% | - |
| XYZ | 32.06 | 17.5 | 59.45 | - |
| YUV | 112.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 205 | 0.11 | 0.72 | 0 | 0.20 | 291.02 | 0.6 | 0.52 |
| Hex | B7 | 3A | CD | B | 48 | 0 | 14 | 123 | 3C | 34 |
| Octal | 267 | 72 | 315 | 13 | 110 | 0 | 24 | 443 | 74 | 64 |
| Binary | 10110111 | 111010 | 11001101 | 1011 | 1001000 | 0 | 10100 | 100100011 | 111100 | 110100 |
Color Harmonies of #B73ACD
Complementary color
Monochromatic Colors of #B73ACD
Black with #B73ACD
Text Example
Text Example
White with #B73ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73ACD; }
p { color: rgb(183,58,205); }
H1.HeaderClassName
{
color: #B73ACD;
}
.AnyTagClassName
{
color: #B73ACD;
}
</style>
background-color css
<style>
a { background-color: #B73ACD; }
a { background-color: rgb(183,58,205); }
div.DivClassName
{
background-color: #B73ACD;
}
.BgClassName
{
background-color: #B73ACD;
}
</style>
border-color css
<style>
span { border-color: #B73ACD; }
span { border-color: rgb(183,58,205); }
td.TdClassName
{
border-color: #B73ACD;
}
.TagClassName
{
border-color: #B73ACD;
}
</style>