Shades of Medium Orchid #B25ED1
Tints of Medium Orchid #B25ED1
RGB
CMYK
RGB Variations
Color information
#B25ED1 (or 0xB25ED1) is known color: Medium Orchid. HEX triplet: B2, 5E and D1. RGB value is (178,94,209). Sum of RGB (Red+Green+Blue) = 178+94+209=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #B25ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ED1 is #4DA12E. Grayscale: #838383. Windows color (decimal): -5087535 or 13721266. OLE color: 13721266.
HSL color Cylindrical-coordinate representation of color #B25ED1: hue angle of 283.83º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25ED1 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 94 | 209 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.18 |
| HSL | 283.83º | 0.56% | 0.59% | - |
| HSV(B) | 283.83º | 0.55% | 0.82% | - |
| XYZ | 33.87 | 22.07 | 62.8 | - |
| YUV | 132.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 209 | 0.15 | 0.55 | 0 | 0.18 | 283.83 | 0.56 | 0.59 |
| Hex | B2 | 5E | D1 | F | 37 | 0 | 12 | 11C | 38 | 3B |
| Octal | 262 | 136 | 321 | 17 | 67 | 0 | 22 | 434 | 70 | 73 |
| Binary | 10110010 | 1011110 | 11010001 | 1111 | 110111 | 0 | 10010 | 100011100 | 111000 | 111011 |
Color Harmonies of #B25ED1
Complementary color
Monochromatic Colors of #B25ED1
Black with #B25ED1
Text Example
Text Example
White with #B25ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ED1; }
p { color: rgb(178,94,209); }
H1.HeaderClassName
{
color: #B25ED1;
}
.AnyTagClassName
{
color: #B25ED1;
}
</style>
background-color css
<style>
a { background-color: #B25ED1; }
a { background-color: rgb(178,94,209); }
div.DivClassName
{
background-color: #B25ED1;
}
.BgClassName
{
background-color: #B25ED1;
}
</style>
border-color css
<style>
span { border-color: #B25ED1; }
span { border-color: rgb(178,94,209); }
td.TdClassName
{
border-color: #B25ED1;
}
.TagClassName
{
border-color: #B25ED1;
}
</style>