Shades of Medium Orchid #B25EE9
Tints of Medium Orchid #B25EE9
RGB
CMYK
RGB Variations
Color information
#B25EE9 (or 0xB25EE9) is known color: Medium Orchid. HEX triplet: B2, 5E and E9. RGB value is (178,94,233). Sum of RGB (Red+Green+Blue) = 178+94+233=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #B25EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EE9 is #4DA116. Grayscale: #868686. Windows color (decimal): -5087511 or 15294130. OLE color: 15294130.
HSL color Cylindrical-coordinate representation of color #B25EE9: hue angle of 276.26º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25EE9 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 94 | 233 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.09 |
| HSL | 276.26º | 0.76% | 0.64% | - |
| HSV(B) | 276.26º | 0.6% | 0.91% | - |
| XYZ | 37.07 | 23.35 | 79.64 | - |
| YUV | 134.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 233 | 0.24 | 0.60 | 0 | 0.09 | 276.26 | 0.76 | 0.64 |
| Hex | B2 | 5E | E9 | 18 | 3C | 0 | 9 | 114 | 4C | 40 |
| Octal | 262 | 136 | 351 | 30 | 74 | 0 | 11 | 424 | 114 | 100 |
| Binary | 10110010 | 1011110 | 11101001 | 11000 | 111100 | 0 | 1001 | 100010100 | 1001100 | 1000000 |
Color Harmonies of #B25EE9
Complementary color
Monochromatic Colors of #B25EE9
Black with #B25EE9
Text Example
Text Example
White with #B25EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EE9; }
p { color: rgb(178,94,233); }
H1.HeaderClassName
{
color: #B25EE9;
}
.AnyTagClassName
{
color: #B25EE9;
}
</style>
background-color css
<style>
a { background-color: #B25EE9; }
a { background-color: rgb(178,94,233); }
div.DivClassName
{
background-color: #B25EE9;
}
.BgClassName
{
background-color: #B25EE9;
}
</style>
border-color css
<style>
span { border-color: #B25EE9; }
span { border-color: rgb(178,94,233); }
td.TdClassName
{
border-color: #B25EE9;
}
.TagClassName
{
border-color: #B25EE9;
}
</style>