Shades of Medium Orchid #B73DCE
Tints of Medium Orchid #B73DCE
RGB
CMYK
RGB Variations
Color information
#B73DCE (or 0xB73DCE) is known color: Medium Orchid. HEX triplet: B7, 3D and CE. RGB value is (183,61,206). Sum of RGB (Red+Green+Blue) = 183+61+206=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B73DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DCE is #48C231. Grayscale: #717171. Windows color (decimal): -4768306 or 13516215. OLE color: 13516215.
HSL color Cylindrical-coordinate representation of color #B73DCE: hue angle of 290.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73DCE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 61 | 206 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.19 |
| HSL | 290.48º | 0.6% | 0.52% | - |
| HSV(B) | 290.48º | 0.7% | 0.81% | - |
| XYZ | 32.34 | 17.86 | 60.14 | - |
| YUV | 114.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 206 | 0.11 | 0.70 | 0 | 0.19 | 290.48 | 0.6 | 0.52 |
| Hex | B7 | 3D | CE | B | 46 | 0 | 13 | 122 | 3C | 34 |
| Octal | 267 | 75 | 316 | 13 | 106 | 0 | 23 | 442 | 74 | 64 |
| Binary | 10110111 | 111101 | 11001110 | 1011 | 1000110 | 0 | 10011 | 100100010 | 111100 | 110100 |
Color Harmonies of #B73DCE
Complementary color
Monochromatic Colors of #B73DCE
Black with #B73DCE
Text Example
Text Example
White with #B73DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DCE; }
p { color: rgb(183,61,206); }
H1.HeaderClassName
{
color: #B73DCE;
}
.AnyTagClassName
{
color: #B73DCE;
}
</style>
background-color css
<style>
a { background-color: #B73DCE; }
a { background-color: rgb(183,61,206); }
div.DivClassName
{
background-color: #B73DCE;
}
.BgClassName
{
background-color: #B73DCE;
}
</style>
border-color css
<style>
span { border-color: #B73DCE; }
span { border-color: rgb(183,61,206); }
td.TdClassName
{
border-color: #B73DCE;
}
.TagClassName
{
border-color: #B73DCE;
}
</style>