Shades of Medium Orchid #B258EC
Tints of Medium Orchid #B258EC
RGB
CMYK
RGB Variations
Color information
#B258EC (or 0xB258EC) is known color: Medium Orchid. HEX triplet: B2, 58 and EC. RGB value is (178,88,236). Sum of RGB (Red+Green+Blue) = 178+88+236=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B258EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258EC is #4DA713. Grayscale: #838383. Windows color (decimal): -5089044 or 15489202. OLE color: 15489202.
HSL color Cylindrical-coordinate representation of color #B258EC: hue angle of 276.49º 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 #B258EC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 88 | 236 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.07 |
| HSL | 276.49º | 0.8% | 0.64% | - |
| HSV(B) | 276.49º | 0.63% | 0.93% | - |
| XYZ | 36.99 | 22.5 | 81.75 | - |
| YUV | 131.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 236 | 0.25 | 0.63 | 0 | 0.07 | 276.49 | 0.8 | 0.64 |
| Hex | B2 | 58 | EC | 19 | 3F | 0 | 7 | 114 | 50 | 40 |
| Octal | 262 | 130 | 354 | 31 | 77 | 0 | 7 | 424 | 120 | 100 |
| Binary | 10110010 | 1011000 | 11101100 | 11001 | 111111 | 0 | 111 | 100010100 | 1010000 | 1000000 |
Color Harmonies of #B258EC
Complementary color
Monochromatic Colors of #B258EC
Black with #B258EC
Text Example
Text Example
White with #B258EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258EC; }
p { color: rgb(178,88,236); }
H1.HeaderClassName
{
color: #B258EC;
}
.AnyTagClassName
{
color: #B258EC;
}
</style>
background-color css
<style>
a { background-color: #B258EC; }
a { background-color: rgb(178,88,236); }
div.DivClassName
{
background-color: #B258EC;
}
.BgClassName
{
background-color: #B258EC;
}
</style>
border-color css
<style>
span { border-color: #B258EC; }
span { border-color: rgb(178,88,236); }
td.TdClassName
{
border-color: #B258EC;
}
.TagClassName
{
border-color: #B258EC;
}
</style>