Shades of Medium Orchid #B75DE7
Tints of Medium Orchid #B75DE7
RGB
CMYK
RGB Variations
Color information
#B75DE7 (or 0xB75DE7) is known color: Medium Orchid. HEX triplet: B7, 5D and E7. RGB value is (183,93,231). Sum of RGB (Red+Green+Blue) = 183+93+231=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #B75DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75DE7 is #48A218. Grayscale: #878787. Windows color (decimal): -4760089 or 15162807. OLE color: 15162807.
HSL color Cylindrical-coordinate representation of color #B75DE7: hue angle of 279.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75DE7 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 93 | 231 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.09 |
| HSL | 279.13º | 0.74% | 0.64% | - |
| HSV(B) | 279.13º | 0.6% | 0.91% | - |
| XYZ | 37.87 | 23.67 | 78.17 | - |
| YUV | 135.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 231 | 0.21 | 0.60 | 0 | 0.09 | 279.13 | 0.74 | 0.64 |
| Hex | B7 | 5D | E7 | 15 | 3C | 0 | 9 | 117 | 4A | 40 |
| Octal | 267 | 135 | 347 | 25 | 74 | 0 | 11 | 427 | 112 | 100 |
| Binary | 10110111 | 1011101 | 11100111 | 10101 | 111100 | 0 | 1001 | 100010111 | 1001010 | 1000000 |
Color Harmonies of #B75DE7
Complementary color
Monochromatic Colors of #B75DE7
Black with #B75DE7
Text Example
Text Example
White with #B75DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DE7; }
p { color: rgb(183,93,231); }
H1.HeaderClassName
{
color: #B75DE7;
}
.AnyTagClassName
{
color: #B75DE7;
}
</style>
background-color css
<style>
a { background-color: #B75DE7; }
a { background-color: rgb(183,93,231); }
div.DivClassName
{
background-color: #B75DE7;
}
.BgClassName
{
background-color: #B75DE7;
}
</style>
border-color css
<style>
span { border-color: #B75DE7; }
span { border-color: rgb(183,93,231); }
td.TdClassName
{
border-color: #B75DE7;
}
.TagClassName
{
border-color: #B75DE7;
}
</style>