Shades of Medium Orchid #B25DED
Tints of Medium Orchid #B25DED
RGB
CMYK
RGB Variations
Color information
#B25DED (or 0xB25DED) is known color: Medium Orchid. HEX triplet: B2, 5D and ED. RGB value is (178,93,237). Sum of RGB (Red+Green+Blue) = 178+93+237=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #B25DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DED is #4DA212. Grayscale: #868686. Windows color (decimal): -5087763 or 15556018. OLE color: 15556018.
HSL color Cylindrical-coordinate representation of color #B25DED: hue angle of 275.42º degrees, saturation: 0.8, 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 #B25DED is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 93 | 237 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275.42º | 0.8% | 0.65% | - |
| HSV(B) | 275.42º | 0.61% | 0.93% | - |
| XYZ | 37.56 | 23.41 | 82.66 | - |
| YUV | 134.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 237 | 0.25 | 0.61 | 0 | 0.07 | 275.42 | 0.8 | 0.65 |
| Hex | B2 | 5D | ED | 19 | 3D | 0 | 7 | 113 | 50 | 41 |
| Octal | 262 | 135 | 355 | 31 | 75 | 0 | 7 | 423 | 120 | 101 |
| Binary | 10110010 | 1011101 | 11101101 | 11001 | 111101 | 0 | 111 | 100010011 | 1010000 | 1000001 |
Color Harmonies of #B25DED
Complementary color
Monochromatic Colors of #B25DED
Black with #B25DED
Text Example
Text Example
White with #B25DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DED; }
p { color: rgb(178,93,237); }
H1.HeaderClassName
{
color: #B25DED;
}
.AnyTagClassName
{
color: #B25DED;
}
</style>
background-color css
<style>
a { background-color: #B25DED; }
a { background-color: rgb(178,93,237); }
div.DivClassName
{
background-color: #B25DED;
}
.BgClassName
{
background-color: #B25DED;
}
</style>
border-color css
<style>
span { border-color: #B25DED; }
span { border-color: rgb(178,93,237); }
td.TdClassName
{
border-color: #B25DED;
}
.TagClassName
{
border-color: #B25DED;
}
</style>