Shades of Medium Orchid #B75EC9
Tints of Medium Orchid #B75EC9
RGB
CMYK
RGB Variations
Color information
#B75EC9 (or 0xB75EC9) is known color: Medium Orchid. HEX triplet: B7, 5E and C9. RGB value is (183,94,201). Sum of RGB (Red+Green+Blue) = 183+94+201=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #B75EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EC9 is #48A136. Grayscale: #848484. Windows color (decimal): -4759863 or 13196983. OLE color: 13196983.
HSL color Cylindrical-coordinate representation of color #B75EC9: hue angle of 289.91º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75EC9 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 94 | 201 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.21 |
| HSL | 289.91º | 0.5% | 0.58% | - |
| HSV(B) | 289.91º | 0.53% | 0.79% | - |
| XYZ | 34.07 | 22.29 | 57.76 | - |
| YUV | 132.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 201 | 0.09 | 0.53 | 0 | 0.21 | 289.91 | 0.5 | 0.58 |
| Hex | B7 | 5E | C9 | 9 | 35 | 0 | 15 | 122 | 32 | 3A |
| Octal | 267 | 136 | 311 | 11 | 65 | 0 | 25 | 442 | 62 | 72 |
| Binary | 10110111 | 1011110 | 11001001 | 1001 | 110101 | 0 | 10101 | 100100010 | 110010 | 111010 |
Color Harmonies of #B75EC9
Complementary color
Monochromatic Colors of #B75EC9
Black with #B75EC9
Text Example
Text Example
White with #B75EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75EC9; }
p { color: rgb(183,94,201); }
H1.HeaderClassName
{
color: #B75EC9;
}
.AnyTagClassName
{
color: #B75EC9;
}
</style>
background-color css
<style>
a { background-color: #B75EC9; }
a { background-color: rgb(183,94,201); }
div.DivClassName
{
background-color: #B75EC9;
}
.BgClassName
{
background-color: #B75EC9;
}
</style>
border-color css
<style>
span { border-color: #B75EC9; }
span { border-color: rgb(183,94,201); }
td.TdClassName
{
border-color: #B75EC9;
}
.TagClassName
{
border-color: #B75EC9;
}
</style>