Shades of Medium Orchid #B75CE8
Tints of Medium Orchid #B75CE8
RGB
CMYK
RGB Variations
Color information
#B75CE8 (or 0xB75CE8) is known color: Medium Orchid. HEX triplet: B7, 5C and E8. RGB value is (183,92,232). Sum of RGB (Red+Green+Blue) = 183+92+232=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #B75CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CE8 is #48A317. Grayscale: #868686. Windows color (decimal): -4760344 or 15228087. OLE color: 15228087.
HSL color Cylindrical-coordinate representation of color #B75CE8: hue angle of 279º degrees, saturation: 0.75, 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 #B75CE8 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 92 | 232 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.09 |
| HSL | 279º | 0.75% | 0.64% | - |
| HSV(B) | 279º | 0.6% | 0.91% | - |
| XYZ | 37.92 | 23.55 | 78.89 | - |
| YUV | 135.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 232 | 0.21 | 0.60 | 0 | 0.09 | 279 | 0.75 | 0.64 |
| Hex | B7 | 5C | E8 | 15 | 3C | 0 | 9 | 117 | 4B | 40 |
| Octal | 267 | 134 | 350 | 25 | 74 | 0 | 11 | 427 | 113 | 100 |
| Binary | 10110111 | 1011100 | 11101000 | 10101 | 111100 | 0 | 1001 | 100010111 | 1001011 | 1000000 |
Color Harmonies of #B75CE8
Complementary color
Monochromatic Colors of #B75CE8
Black with #B75CE8
Text Example
Text Example
White with #B75CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CE8; }
p { color: rgb(183,92,232); }
H1.HeaderClassName
{
color: #B75CE8;
}
.AnyTagClassName
{
color: #B75CE8;
}
</style>
background-color css
<style>
a { background-color: #B75CE8; }
a { background-color: rgb(183,92,232); }
div.DivClassName
{
background-color: #B75CE8;
}
.BgClassName
{
background-color: #B75CE8;
}
</style>
border-color css
<style>
span { border-color: #B75CE8; }
span { border-color: rgb(183,92,232); }
td.TdClassName
{
border-color: #B75CE8;
}
.TagClassName
{
border-color: #B75CE8;
}
</style>