Shades of Medium Orchid #B858EC
Tints of Medium Orchid #B858EC
RGB
CMYK
RGB Variations
Color information
#B858EC (or 0xB858EC) is known color: Medium Orchid. HEX triplet: B8, 58 and EC. RGB value is (184,88,236). Sum of RGB (Red+Green+Blue) = 184+88+236=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #B858EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858EC is #47A713. Grayscale: #858585. Windows color (decimal): -4695828 or 15489208. OLE color: 15489208.
HSL color Cylindrical-coordinate representation of color #B858EC: hue angle of 278.92º 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 #B858EC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 88 | 236 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.07 |
| HSL | 278.92º | 0.8% | 0.64% | - |
| HSV(B) | 278.92º | 0.63% | 0.93% | - |
| XYZ | 38.4 | 23.23 | 81.82 | - |
| YUV | 133.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 236 | 0.22 | 0.63 | 0 | 0.07 | 278.92 | 0.8 | 0.64 |
| Hex | B8 | 58 | EC | 16 | 3F | 0 | 7 | 117 | 50 | 40 |
| Octal | 270 | 130 | 354 | 26 | 77 | 0 | 7 | 427 | 120 | 100 |
| Binary | 10111000 | 1011000 | 11101100 | 10110 | 111111 | 0 | 111 | 100010111 | 1010000 | 1000000 |
Color Harmonies of #B858EC
Complementary color
Monochromatic Colors of #B858EC
Black with #B858EC
Text Example
Text Example
White with #B858EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858EC; }
p { color: rgb(184,88,236); }
H1.HeaderClassName
{
color: #B858EC;
}
.AnyTagClassName
{
color: #B858EC;
}
</style>
background-color css
<style>
a { background-color: #B858EC; }
a { background-color: rgb(184,88,236); }
div.DivClassName
{
background-color: #B858EC;
}
.BgClassName
{
background-color: #B858EC;
}
</style>
border-color css
<style>
span { border-color: #B858EC; }
span { border-color: rgb(184,88,236); }
td.TdClassName
{
border-color: #B858EC;
}
.TagClassName
{
border-color: #B858EC;
}
</style>