Shades of Medium Orchid #B25EE0
Tints of Medium Orchid #B25EE0
RGB
CMYK
RGB Variations
Color information
#B25EE0 (or 0xB25EE0) is known color: Medium Orchid. HEX triplet: B2, 5E and E0. RGB value is (178,94,224). Sum of RGB (Red+Green+Blue) = 178+94+224=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #B25EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EE0 is #4DA11F. Grayscale: #858585. Windows color (decimal): -5087520 or 14704306. OLE color: 14704306.
HSL color Cylindrical-coordinate representation of color #B25EE0: hue angle of 278.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25EE0 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 94 | 224 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.12 |
| HSL | 278.77º | 0.68% | 0.62% | - |
| HSV(B) | 278.77º | 0.58% | 0.88% | - |
| XYZ | 35.82 | 22.85 | 73.04 | - |
| YUV | 133.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 224 | 0.21 | 0.58 | 0 | 0.12 | 278.77 | 0.68 | 0.62 |
| Hex | B2 | 5E | E0 | 15 | 3A | 0 | C | 117 | 44 | 3E |
| Octal | 262 | 136 | 340 | 25 | 72 | 0 | 14 | 427 | 104 | 76 |
| Binary | 10110010 | 1011110 | 11100000 | 10101 | 111010 | 0 | 1100 | 100010111 | 1000100 | 111110 |
Color Harmonies of #B25EE0
Complementary color
Monochromatic Colors of #B25EE0
Black with #B25EE0
Text Example
Text Example
White with #B25EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EE0; }
p { color: rgb(178,94,224); }
H1.HeaderClassName
{
color: #B25EE0;
}
.AnyTagClassName
{
color: #B25EE0;
}
</style>
background-color css
<style>
a { background-color: #B25EE0; }
a { background-color: rgb(178,94,224); }
div.DivClassName
{
background-color: #B25EE0;
}
.BgClassName
{
background-color: #B25EE0;
}
</style>
border-color css
<style>
span { border-color: #B25EE0; }
span { border-color: rgb(178,94,224); }
td.TdClassName
{
border-color: #B25EE0;
}
.TagClassName
{
border-color: #B25EE0;
}
</style>