Shades of Medium Orchid #B75EDB
Tints of Medium Orchid #B75EDB
RGB
CMYK
RGB Variations
Color information
#B75EDB (or 0xB75EDB) is known color: Medium Orchid. HEX triplet: B7, 5E and DB. RGB value is (183,94,219). Sum of RGB (Red+Green+Blue) = 183+94+219=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #B75EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EDB is #48A124. Grayscale: #868686. Windows color (decimal): -4759845 or 14376631. OLE color: 14376631.
HSL color Cylindrical-coordinate representation of color #B75EDB: hue angle of 282.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75EDB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 94 | 219 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 282.72º | 0.63% | 0.61% | - |
| HSV(B) | 282.72º | 0.57% | 0.86% | - |
| XYZ | 36.32 | 23.19 | 69.58 | - |
| YUV | 134.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 219 | 0.16 | 0.57 | 0 | 0.14 | 282.72 | 0.63 | 0.61 |
| Hex | B7 | 5E | DB | 10 | 39 | 0 | E | 11B | 3F | 3D |
| Octal | 267 | 136 | 333 | 20 | 71 | 0 | 16 | 433 | 77 | 75 |
| Binary | 10110111 | 1011110 | 11011011 | 10000 | 111001 | 0 | 1110 | 100011011 | 111111 | 111101 |
Color Harmonies of #B75EDB
Complementary color
Monochromatic Colors of #B75EDB
Black with #B75EDB
Text Example
Text Example
White with #B75EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75EDB; }
p { color: rgb(183,94,219); }
H1.HeaderClassName
{
color: #B75EDB;
}
.AnyTagClassName
{
color: #B75EDB;
}
</style>
background-color css
<style>
a { background-color: #B75EDB; }
a { background-color: rgb(183,94,219); }
div.DivClassName
{
background-color: #B75EDB;
}
.BgClassName
{
background-color: #B75EDB;
}
</style>
border-color css
<style>
span { border-color: #B75EDB; }
span { border-color: rgb(183,94,219); }
td.TdClassName
{
border-color: #B75EDB;
}
.TagClassName
{
border-color: #B75EDB;
}
</style>