Shades of Medium Orchid #B73FCE
Tints of Medium Orchid #B73FCE
RGB
CMYK
RGB Variations
Color information
#B73FCE (or 0xB73FCE) is known color: Medium Orchid. HEX triplet: B7, 3F and CE. RGB value is (183,63,206). Sum of RGB (Red+Green+Blue) = 183+63+206=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B73FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCE is #48C031. Grayscale: #727272. Windows color (decimal): -4767794 or 13516727. OLE color: 13516727.
HSL color Cylindrical-coordinate representation of color #B73FCE: hue angle of 290.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73FCE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 63 | 206 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.19 |
| HSL | 290.35º | 0.59% | 0.53% | - |
| HSV(B) | 290.35º | 0.69% | 0.81% | - |
| XYZ | 32.45 | 18.08 | 60.17 | - |
| YUV | 115.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 206 | 0.11 | 0.69 | 0 | 0.19 | 290.35 | 0.59 | 0.53 |
| Hex | B7 | 3F | CE | B | 45 | 0 | 13 | 122 | 3B | 35 |
| Octal | 267 | 77 | 316 | 13 | 105 | 0 | 23 | 442 | 73 | 65 |
| Binary | 10110111 | 111111 | 11001110 | 1011 | 1000101 | 0 | 10011 | 100100010 | 111011 | 110101 |
Color Harmonies of #B73FCE
Complementary color
Monochromatic Colors of #B73FCE
Black with #B73FCE
Text Example
Text Example
White with #B73FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FCE; }
p { color: rgb(183,63,206); }
H1.HeaderClassName
{
color: #B73FCE;
}
.AnyTagClassName
{
color: #B73FCE;
}
</style>
background-color css
<style>
a { background-color: #B73FCE; }
a { background-color: rgb(183,63,206); }
div.DivClassName
{
background-color: #B73FCE;
}
.BgClassName
{
background-color: #B73FCE;
}
</style>
border-color css
<style>
span { border-color: #B73FCE; }
span { border-color: rgb(183,63,206); }
td.TdClassName
{
border-color: #B73FCE;
}
.TagClassName
{
border-color: #B73FCE;
}
</style>