Shades of Medium Orchid #B73CCE
Tints of Medium Orchid #B73CCE
RGB
CMYK
RGB Variations
Color information
#B73CCE (or 0xB73CCE) is known color: Medium Orchid. HEX triplet: B7, 3C and CE. RGB value is (183,60,206). Sum of RGB (Red+Green+Blue) = 183+60+206=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B73CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CCE is #48C331. Grayscale: #707070. Windows color (decimal): -4768562 or 13515959. OLE color: 13515959.
HSL color Cylindrical-coordinate representation of color #B73CCE: hue angle of 290.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73CCE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 60 | 206 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.19 |
| HSL | 290.55º | 0.6% | 0.52% | - |
| HSV(B) | 290.55º | 0.71% | 0.81% | - |
| XYZ | 32.28 | 17.76 | 60.12 | - |
| YUV | 113.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 206 | 0.11 | 0.71 | 0 | 0.19 | 290.55 | 0.6 | 0.52 |
| Hex | B7 | 3C | CE | B | 47 | 0 | 13 | 123 | 3C | 34 |
| Octal | 267 | 74 | 316 | 13 | 107 | 0 | 23 | 443 | 74 | 64 |
| Binary | 10110111 | 111100 | 11001110 | 1011 | 1000111 | 0 | 10011 | 100100011 | 111100 | 110100 |
Color Harmonies of #B73CCE
Complementary color
Monochromatic Colors of #B73CCE
Black with #B73CCE
Text Example
Text Example
White with #B73CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CCE; }
p { color: rgb(183,60,206); }
H1.HeaderClassName
{
color: #B73CCE;
}
.AnyTagClassName
{
color: #B73CCE;
}
</style>
background-color css
<style>
a { background-color: #B73CCE; }
a { background-color: rgb(183,60,206); }
div.DivClassName
{
background-color: #B73CCE;
}
.BgClassName
{
background-color: #B73CCE;
}
</style>
border-color css
<style>
span { border-color: #B73CCE; }
span { border-color: rgb(183,60,206); }
td.TdClassName
{
border-color: #B73CCE;
}
.TagClassName
{
border-color: #B73CCE;
}
</style>