Shades of Medium Orchid #B75DE0
Tints of Medium Orchid #B75DE0
RGB
CMYK
RGB Variations
Color information
#B75DE0 (or 0xB75DE0) is known color: Medium Orchid. HEX triplet: B7, 5D and E0. RGB value is (183,93,224). Sum of RGB (Red+Green+Blue) = 183+93+224=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #B75DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DE0 is #48A21F. Grayscale: #868686. Windows color (decimal): -4760096 or 14704055. OLE color: 14704055.
HSL color Cylindrical-coordinate representation of color #B75DE0: hue angle of 281.22º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75DE0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 93 | 224 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.12 |
| HSL | 281.22º | 0.68% | 0.62% | - |
| HSV(B) | 281.22º | 0.58% | 0.88% | - |
| XYZ | 36.9 | 23.28 | 73.07 | - |
| YUV | 134.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 224 | 0.18 | 0.58 | 0 | 0.12 | 281.22 | 0.68 | 0.62 |
| Hex | B7 | 5D | E0 | 12 | 3A | 0 | C | 119 | 44 | 3E |
| Octal | 267 | 135 | 340 | 22 | 72 | 0 | 14 | 431 | 104 | 76 |
| Binary | 10110111 | 1011101 | 11100000 | 10010 | 111010 | 0 | 1100 | 100011001 | 1000100 | 111110 |
Color Harmonies of #B75DE0
Complementary color
Monochromatic Colors of #B75DE0
Black with #B75DE0
Text Example
Text Example
White with #B75DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DE0; }
p { color: rgb(183,93,224); }
H1.HeaderClassName
{
color: #B75DE0;
}
.AnyTagClassName
{
color: #B75DE0;
}
</style>
background-color css
<style>
a { background-color: #B75DE0; }
a { background-color: rgb(183,93,224); }
div.DivClassName
{
background-color: #B75DE0;
}
.BgClassName
{
background-color: #B75DE0;
}
</style>
border-color css
<style>
span { border-color: #B75DE0; }
span { border-color: rgb(183,93,224); }
td.TdClassName
{
border-color: #B75DE0;
}
.TagClassName
{
border-color: #B75DE0;
}
</style>