Shades of Medium Orchid #B75DE9
Tints of Medium Orchid #B75DE9
RGB
CMYK
RGB Variations
Color information
#B75DE9 (or 0xB75DE9) is known color: Medium Orchid. HEX triplet: B7, 5D and E9. RGB value is (183,93,233). Sum of RGB (Red+Green+Blue) = 183+93+233=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #B75DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75DE9 is #48A216. Grayscale: #878787. Windows color (decimal): -4760087 or 15293879. OLE color: 15293879.
HSL color Cylindrical-coordinate representation of color #B75DE9: hue angle of 278.57º degrees, saturation: 0.76, 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 #B75DE9 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 93 | 233 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.09 |
| HSL | 278.57º | 0.76% | 0.64% | - |
| HSV(B) | 278.57º | 0.6% | 0.91% | - |
| XYZ | 38.15 | 23.78 | 79.67 | - |
| YUV | 135.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 233 | 0.21 | 0.60 | 0 | 0.09 | 278.57 | 0.76 | 0.64 |
| Hex | B7 | 5D | E9 | 15 | 3C | 0 | 9 | 117 | 4C | 40 |
| Octal | 267 | 135 | 351 | 25 | 74 | 0 | 11 | 427 | 114 | 100 |
| Binary | 10110111 | 1011101 | 11101001 | 10101 | 111100 | 0 | 1001 | 100010111 | 1001100 | 1000000 |
Color Harmonies of #B75DE9
Complementary color
Monochromatic Colors of #B75DE9
Black with #B75DE9
Text Example
Text Example
White with #B75DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DE9; }
p { color: rgb(183,93,233); }
H1.HeaderClassName
{
color: #B75DE9;
}
.AnyTagClassName
{
color: #B75DE9;
}
</style>
background-color css
<style>
a { background-color: #B75DE9; }
a { background-color: rgb(183,93,233); }
div.DivClassName
{
background-color: #B75DE9;
}
.BgClassName
{
background-color: #B75DE9;
}
</style>
border-color css
<style>
span { border-color: #B75DE9; }
span { border-color: rgb(183,93,233); }
td.TdClassName
{
border-color: #B75DE9;
}
.TagClassName
{
border-color: #B75DE9;
}
</style>