Shades of Medium Orchid #B73FCC
Tints of Medium Orchid #B73FCC
RGB
CMYK
RGB Variations
Color information
#B73FCC (or 0xB73FCC) is known color: Medium Orchid. HEX triplet: B7, 3F and CC. RGB value is (183,63,204). Sum of RGB (Red+Green+Blue) = 183+63+204=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B73FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCC is #48C033. Grayscale: #727272. Windows color (decimal): -4767796 or 13385655. OLE color: 13385655.
HSL color Cylindrical-coordinate representation of color #B73FCC: hue angle of 291.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73FCC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 63 | 204 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.2 |
| HSL | 291.06º | 0.58% | 0.52% | - |
| HSV(B) | 291.06º | 0.69% | 0.8% | - |
| XYZ | 32.21 | 17.98 | 58.9 | - |
| YUV | 114.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 204 | 0.10 | 0.69 | 0 | 0.2 | 291.06 | 0.58 | 0.52 |
| Hex | B7 | 3F | CC | A | 45 | 0 | 14 | 123 | 3A | 34 |
| Octal | 267 | 77 | 314 | 12 | 105 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110111 | 111111 | 11001100 | 1010 | 1000101 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B73FCC
Complementary color
Monochromatic Colors of #B73FCC
Black with #B73FCC
Text Example
Text Example
White with #B73FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FCC; }
p { color: rgb(183,63,204); }
H1.HeaderClassName
{
color: #B73FCC;
}
.AnyTagClassName
{
color: #B73FCC;
}
</style>
background-color css
<style>
a { background-color: #B73FCC; }
a { background-color: rgb(183,63,204); }
div.DivClassName
{
background-color: #B73FCC;
}
.BgClassName
{
background-color: #B73FCC;
}
</style>
border-color css
<style>
span { border-color: #B73FCC; }
span { border-color: rgb(183,63,204); }
td.TdClassName
{
border-color: #B73FCC;
}
.TagClassName
{
border-color: #B73FCC;
}
</style>