Shades of Medium Orchid #B75ECC
Tints of Medium Orchid #B75ECC
RGB
CMYK
RGB Variations
Color information
#B75ECC (or 0xB75ECC) is known color: Medium Orchid. HEX triplet: B7, 5E and CC. RGB value is (183,94,204). Sum of RGB (Red+Green+Blue) = 183+94+204=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B75ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ECC is #48A133. Grayscale: #848484. Windows color (decimal): -4759860 or 13393591. OLE color: 13393591.
HSL color Cylindrical-coordinate representation of color #B75ECC: hue angle of 288.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75ECC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 94 | 204 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.2 |
| HSL | 288.55º | 0.52% | 0.58% | - |
| HSV(B) | 288.55º | 0.54% | 0.8% | - |
| XYZ | 34.43 | 22.43 | 59.64 | - |
| YUV | 133.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 204 | 0.10 | 0.54 | 0 | 0.2 | 288.55 | 0.52 | 0.58 |
| Hex | B7 | 5E | CC | A | 36 | 0 | 14 | 121 | 34 | 3A |
| Octal | 267 | 136 | 314 | 12 | 66 | 0 | 24 | 441 | 64 | 72 |
| Binary | 10110111 | 1011110 | 11001100 | 1010 | 110110 | 0 | 10100 | 100100001 | 110100 | 111010 |
Color Harmonies of #B75ECC
Complementary color
Monochromatic Colors of #B75ECC
Black with #B75ECC
Text Example
Text Example
White with #B75ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ECC; }
p { color: rgb(183,94,204); }
H1.HeaderClassName
{
color: #B75ECC;
}
.AnyTagClassName
{
color: #B75ECC;
}
</style>
background-color css
<style>
a { background-color: #B75ECC; }
a { background-color: rgb(183,94,204); }
div.DivClassName
{
background-color: #B75ECC;
}
.BgClassName
{
background-color: #B75ECC;
}
</style>
border-color css
<style>
span { border-color: #B75ECC; }
span { border-color: rgb(183,94,204); }
td.TdClassName
{
border-color: #B75ECC;
}
.TagClassName
{
border-color: #B75ECC;
}
</style>