Shades of Medium Orchid #B25EEC
Tints of Medium Orchid #B25EEC
RGB
CMYK
RGB Variations
Color information
#B25EEC (or 0xB25EEC) is known color: Medium Orchid. HEX triplet: B2, 5E and EC. RGB value is (178,94,236). Sum of RGB (Red+Green+Blue) = 178+94+236=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 94 (37.11% from 255 or 18.50% 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 #B25EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EEC is #4DA113. Grayscale: #868686. Windows color (decimal): -5087508 or 15490738. OLE color: 15490738.
HSL color Cylindrical-coordinate representation of color #B25EEC: hue angle of 275.49º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25EEC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 94 | 236 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.07 |
| HSL | 275.49º | 0.79% | 0.65% | - |
| HSV(B) | 275.49º | 0.6% | 0.93% | - |
| XYZ | 37.5 | 23.53 | 81.92 | - |
| YUV | 135.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 236 | 0.25 | 0.60 | 0 | 0.07 | 275.49 | 0.79 | 0.65 |
| Hex | B2 | 5E | EC | 19 | 3C | 0 | 7 | 113 | 4F | 41 |
| Octal | 262 | 136 | 354 | 31 | 74 | 0 | 7 | 423 | 117 | 101 |
| Binary | 10110010 | 1011110 | 11101100 | 11001 | 111100 | 0 | 111 | 100010011 | 1001111 | 1000001 |
Color Harmonies of #B25EEC
Complementary color
Monochromatic Colors of #B25EEC
Black with #B25EEC
Text Example
Text Example
White with #B25EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EEC; }
p { color: rgb(178,94,236); }
H1.HeaderClassName
{
color: #B25EEC;
}
.AnyTagClassName
{
color: #B25EEC;
}
</style>
background-color css
<style>
a { background-color: #B25EEC; }
a { background-color: rgb(178,94,236); }
div.DivClassName
{
background-color: #B25EEC;
}
.BgClassName
{
background-color: #B25EEC;
}
</style>
border-color css
<style>
span { border-color: #B25EEC; }
span { border-color: rgb(178,94,236); }
td.TdClassName
{
border-color: #B25EEC;
}
.TagClassName
{
border-color: #B25EEC;
}
</style>