Shades of Medium Orchid #B25EEE
Tints of Medium Orchid #B25EEE
RGB
CMYK
RGB Variations
Color information
#B25EEE (or 0xB25EEE) is known color: Medium Orchid. HEX triplet: B2, 5E and EE. RGB value is (178,94,238). Sum of RGB (Red+Green+Blue) = 178+94+238=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #B25EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EEE is #4DA111. Grayscale: #878787. Windows color (decimal): -5087506 or 15621810. OLE color: 15621810.
HSL color Cylindrical-coordinate representation of color #B25EEE: hue angle of 275º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25EEE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 94 | 238 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275º | 0.81% | 0.65% | - |
| HSV(B) | 275º | 0.61% | 0.93% | - |
| XYZ | 37.8 | 23.64 | 83.46 | - |
| YUV | 135.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 238 | 0.25 | 0.61 | 0 | 0.07 | 275 | 0.81 | 0.65 |
| Hex | B2 | 5E | EE | 19 | 3D | 0 | 7 | 113 | 51 | 41 |
| Octal | 262 | 136 | 356 | 31 | 75 | 0 | 7 | 423 | 121 | 101 |
| Binary | 10110010 | 1011110 | 11101110 | 11001 | 111101 | 0 | 111 | 100010011 | 1010001 | 1000001 |
Color Harmonies of #B25EEE
Complementary color
Monochromatic Colors of #B25EEE
Black with #B25EEE
Text Example
Text Example
White with #B25EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EEE; }
p { color: rgb(178,94,238); }
H1.HeaderClassName
{
color: #B25EEE;
}
.AnyTagClassName
{
color: #B25EEE;
}
</style>
background-color css
<style>
a { background-color: #B25EEE; }
a { background-color: rgb(178,94,238); }
div.DivClassName
{
background-color: #B25EEE;
}
.BgClassName
{
background-color: #B25EEE;
}
</style>
border-color css
<style>
span { border-color: #B25EEE; }
span { border-color: rgb(178,94,238); }
td.TdClassName
{
border-color: #B25EEE;
}
.TagClassName
{
border-color: #B25EEE;
}
</style>