Shades of Medium Orchid #B758EC
Tints of Medium Orchid #B758EC
RGB
CMYK
RGB Variations
Color information
#B758EC (or 0xB758EC) is known color: Medium Orchid. HEX triplet: B7, 58 and EC. RGB value is (183,88,236). Sum of RGB (Red+Green+Blue) = 183+88+236=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B758EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758EC is #48A713. Grayscale: #848484. Windows color (decimal): -4761364 or 15489207. OLE color: 15489207.
HSL color Cylindrical-coordinate representation of color #B758EC: hue angle of 278.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B758EC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 88 | 236 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.07 |
| HSL | 278.51º | 0.8% | 0.64% | - |
| HSV(B) | 278.51º | 0.63% | 0.93% | - |
| XYZ | 38.16 | 23.1 | 81.81 | - |
| YUV | 133.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 236 | 0.22 | 0.63 | 0 | 0.07 | 278.51 | 0.8 | 0.64 |
| Hex | B7 | 58 | EC | 16 | 3F | 0 | 7 | 117 | 50 | 40 |
| Octal | 267 | 130 | 354 | 26 | 77 | 0 | 7 | 427 | 120 | 100 |
| Binary | 10110111 | 1011000 | 11101100 | 10110 | 111111 | 0 | 111 | 100010111 | 1010000 | 1000000 |
Color Harmonies of #B758EC
Complementary color
Monochromatic Colors of #B758EC
Black with #B758EC
Text Example
Text Example
White with #B758EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758EC; }
p { color: rgb(183,88,236); }
H1.HeaderClassName
{
color: #B758EC;
}
.AnyTagClassName
{
color: #B758EC;
}
</style>
background-color css
<style>
a { background-color: #B758EC; }
a { background-color: rgb(183,88,236); }
div.DivClassName
{
background-color: #B758EC;
}
.BgClassName
{
background-color: #B758EC;
}
</style>
border-color css
<style>
span { border-color: #B758EC; }
span { border-color: rgb(183,88,236); }
td.TdClassName
{
border-color: #B758EC;
}
.TagClassName
{
border-color: #B758EC;
}
</style>