Shades of Medium Orchid #B73DC9
Tints of Medium Orchid #B73DC9
RGB
CMYK
RGB Variations
Color information
#B73DC9 (or 0xB73DC9) is known color: Medium Orchid. HEX triplet: B7, 3D and C9. RGB value is (183,61,201). Sum of RGB (Red+Green+Blue) = 183+61+201=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #B73DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DC9 is #48C236. Grayscale: #707070. Windows color (decimal): -4768311 or 13188535. OLE color: 13188535.
HSL color Cylindrical-coordinate representation of color #B73DC9: hue angle of 292.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73DC9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 61 | 201 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.21 |
| HSL | 292.29º | 0.56% | 0.51% | - |
| HSV(B) | 292.29º | 0.7% | 0.79% | - |
| XYZ | 31.74 | 17.62 | 56.99 | - |
| YUV | 113.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 201 | 0.09 | 0.70 | 0 | 0.21 | 292.29 | 0.56 | 0.51 |
| Hex | B7 | 3D | C9 | 9 | 46 | 0 | 15 | 124 | 38 | 33 |
| Octal | 267 | 75 | 311 | 11 | 106 | 0 | 25 | 444 | 70 | 63 |
| Binary | 10110111 | 111101 | 11001001 | 1001 | 1000110 | 0 | 10101 | 100100100 | 111000 | 110011 |
Color Harmonies of #B73DC9
Complementary color
Monochromatic Colors of #B73DC9
Black with #B73DC9
Text Example
Text Example
White with #B73DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DC9; }
p { color: rgb(183,61,201); }
H1.HeaderClassName
{
color: #B73DC9;
}
.AnyTagClassName
{
color: #B73DC9;
}
</style>
background-color css
<style>
a { background-color: #B73DC9; }
a { background-color: rgb(183,61,201); }
div.DivClassName
{
background-color: #B73DC9;
}
.BgClassName
{
background-color: #B73DC9;
}
</style>
border-color css
<style>
span { border-color: #B73DC9; }
span { border-color: rgb(183,61,201); }
td.TdClassName
{
border-color: #B73DC9;
}
.TagClassName
{
border-color: #B73DC9;
}
</style>