Shades of Medium Orchid #B25DEE
Tints of Medium Orchid #B25DEE
RGB
CMYK
RGB Variations
Color information
#B25DEE (or 0xB25DEE) is known color: Medium Orchid. HEX triplet: B2, 5D and EE. RGB value is (178,93,238). Sum of RGB (Red+Green+Blue) = 178+93+238=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B25DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DEE is #4DA211. Grayscale: #868686. Windows color (decimal): -5087762 or 15621554. OLE color: 15621554.
HSL color Cylindrical-coordinate representation of color #B25DEE: hue angle of 275.17º 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 #B25DEE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 93 | 238 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275.17º | 0.81% | 0.65% | - |
| HSV(B) | 275.17º | 0.61% | 0.93% | - |
| XYZ | 37.71 | 23.47 | 83.43 | - |
| YUV | 134.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 238 | 0.25 | 0.61 | 0 | 0.07 | 275.17 | 0.81 | 0.65 |
| Hex | B2 | 5D | EE | 19 | 3D | 0 | 7 | 113 | 51 | 41 |
| Octal | 262 | 135 | 356 | 31 | 75 | 0 | 7 | 423 | 121 | 101 |
| Binary | 10110010 | 1011101 | 11101110 | 11001 | 111101 | 0 | 111 | 100010011 | 1010001 | 1000001 |
Color Harmonies of #B25DEE
Complementary color
Monochromatic Colors of #B25DEE
Black with #B25DEE
Text Example
Text Example
White with #B25DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DEE; }
p { color: rgb(178,93,238); }
H1.HeaderClassName
{
color: #B25DEE;
}
.AnyTagClassName
{
color: #B25DEE;
}
</style>
background-color css
<style>
a { background-color: #B25DEE; }
a { background-color: rgb(178,93,238); }
div.DivClassName
{
background-color: #B25DEE;
}
.BgClassName
{
background-color: #B25DEE;
}
</style>
border-color css
<style>
span { border-color: #B25DEE; }
span { border-color: rgb(178,93,238); }
td.TdClassName
{
border-color: #B25DEE;
}
.TagClassName
{
border-color: #B25DEE;
}
</style>