Shades of Medium Orchid #B75DEA
Tints of Medium Orchid #B75DEA
RGB
CMYK
RGB Variations
Color information
#B75DEA (or 0xB75DEA) is known color: Medium Orchid. HEX triplet: B7, 5D and EA. RGB value is (183,93,234). Sum of RGB (Red+Green+Blue) = 183+93+234=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #B75DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75DEA is #48A215. Grayscale: #878787. Windows color (decimal): -4760086 or 15359415. OLE color: 15359415.
HSL color Cylindrical-coordinate representation of color #B75DEA: hue angle of 278.3º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75DEA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 93 | 234 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.08 |
| HSL | 278.3º | 0.77% | 0.64% | - |
| HSV(B) | 278.3º | 0.6% | 0.92% | - |
| XYZ | 38.29 | 23.84 | 80.42 | - |
| YUV | 135.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 234 | 0.22 | 0.60 | 0 | 0.08 | 278.3 | 0.77 | 0.64 |
| Hex | B7 | 5D | EA | 16 | 3C | 0 | 8 | 116 | 4D | 40 |
| Octal | 267 | 135 | 352 | 26 | 74 | 0 | 10 | 426 | 115 | 100 |
| Binary | 10110111 | 1011101 | 11101010 | 10110 | 111100 | 0 | 1000 | 100010110 | 1001101 | 1000000 |
Color Harmonies of #B75DEA
Complementary color
Monochromatic Colors of #B75DEA
Black with #B75DEA
Text Example
Text Example
White with #B75DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DEA; }
p { color: rgb(183,93,234); }
H1.HeaderClassName
{
color: #B75DEA;
}
.AnyTagClassName
{
color: #B75DEA;
}
</style>
background-color css
<style>
a { background-color: #B75DEA; }
a { background-color: rgb(183,93,234); }
div.DivClassName
{
background-color: #B75DEA;
}
.BgClassName
{
background-color: #B75DEA;
}
</style>
border-color css
<style>
span { border-color: #B75DEA; }
span { border-color: rgb(183,93,234); }
td.TdClassName
{
border-color: #B75DEA;
}
.TagClassName
{
border-color: #B75DEA;
}
</style>