Shades of Medium Orchid #B75CE3
Tints of Medium Orchid #B75CE3
RGB
CMYK
RGB Variations
Color information
#B75CE3 (or 0xB75CE3) is known color: Medium Orchid. HEX triplet: B7, 5C and E3. RGB value is (183,92,227). Sum of RGB (Red+Green+Blue) = 183+92+227=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #B75CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CE3 is #48A31C. Grayscale: #868686. Windows color (decimal): -4760349 or 14900407. OLE color: 14900407.
HSL color Cylindrical-coordinate representation of color #B75CE3: hue angle of 280.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B75CE3 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 92 | 227 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.11 |
| HSL | 280.44º | 0.71% | 0.63% | - |
| HSV(B) | 280.44º | 0.59% | 0.89% | - |
| XYZ | 37.22 | 23.27 | 75.2 | - |
| YUV | 134.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 227 | 0.19 | 0.59 | 0 | 0.11 | 280.44 | 0.71 | 0.63 |
| Hex | B7 | 5C | E3 | 13 | 3B | 0 | B | 118 | 47 | 3F |
| Octal | 267 | 134 | 343 | 23 | 73 | 0 | 13 | 430 | 107 | 77 |
| Binary | 10110111 | 1011100 | 11100011 | 10011 | 111011 | 0 | 1011 | 100011000 | 1000111 | 111111 |
Color Harmonies of #B75CE3
Complementary color
Monochromatic Colors of #B75CE3
Black with #B75CE3
Text Example
Text Example
White with #B75CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CE3; }
p { color: rgb(183,92,227); }
H1.HeaderClassName
{
color: #B75CE3;
}
.AnyTagClassName
{
color: #B75CE3;
}
</style>
background-color css
<style>
a { background-color: #B75CE3; }
a { background-color: rgb(183,92,227); }
div.DivClassName
{
background-color: #B75CE3;
}
.BgClassName
{
background-color: #B75CE3;
}
</style>
border-color css
<style>
span { border-color: #B75CE3; }
span { border-color: rgb(183,92,227); }
td.TdClassName
{
border-color: #B75CE3;
}
.TagClassName
{
border-color: #B75CE3;
}
</style>