Shades of Medium Orchid #B25EE1
Tints of Medium Orchid #B25EE1
RGB
CMYK
RGB Variations
Color information
#B25EE1 (or 0xB25EE1) is known color: Medium Orchid. HEX triplet: B2, 5E and E1. RGB value is (178,94,225). Sum of RGB (Red+Green+Blue) = 178+94+225=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #B25EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EE1 is #4DA11E. Grayscale: #858585. Windows color (decimal): -5087519 or 14769842. OLE color: 14769842.
HSL color Cylindrical-coordinate representation of color #B25EE1: hue angle of 278.47º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25EE1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 94 | 225 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.12 |
| HSL | 278.47º | 0.69% | 0.63% | - |
| HSV(B) | 278.47º | 0.58% | 0.88% | - |
| XYZ | 35.95 | 22.91 | 73.76 | - |
| YUV | 134.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 225 | 0.21 | 0.58 | 0 | 0.12 | 278.47 | 0.69 | 0.63 |
| Hex | B2 | 5E | E1 | 15 | 3A | 0 | C | 116 | 45 | 3F |
| Octal | 262 | 136 | 341 | 25 | 72 | 0 | 14 | 426 | 105 | 77 |
| Binary | 10110010 | 1011110 | 11100001 | 10101 | 111010 | 0 | 1100 | 100010110 | 1000101 | 111111 |
Color Harmonies of #B25EE1
Complementary color
Monochromatic Colors of #B25EE1
Black with #B25EE1
Text Example
Text Example
White with #B25EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EE1; }
p { color: rgb(178,94,225); }
H1.HeaderClassName
{
color: #B25EE1;
}
.AnyTagClassName
{
color: #B25EE1;
}
</style>
background-color css
<style>
a { background-color: #B25EE1; }
a { background-color: rgb(178,94,225); }
div.DivClassName
{
background-color: #B25EE1;
}
.BgClassName
{
background-color: #B25EE1;
}
</style>
border-color css
<style>
span { border-color: #B25EE1; }
span { border-color: rgb(178,94,225); }
td.TdClassName
{
border-color: #B25EE1;
}
.TagClassName
{
border-color: #B25EE1;
}
</style>