Shades of Medium Orchid #B25EDC
Tints of Medium Orchid #B25EDC
RGB
CMYK
RGB Variations
Color information
#B25EDC (or 0xB25EDC) is known color: Medium Orchid. HEX triplet: B2, 5E and DC. RGB value is (178,94,220). Sum of RGB (Red+Green+Blue) = 178+94+220=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B25EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EDC is #4DA123. Grayscale: #858585. Windows color (decimal): -5087524 or 14442162. OLE color: 14442162.
HSL color Cylindrical-coordinate representation of color #B25EDC: hue angle of 280º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25EDC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 94 | 220 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.14 |
| HSL | 280º | 0.64% | 0.62% | - |
| HSV(B) | 280º | 0.57% | 0.86% | - |
| XYZ | 35.28 | 22.64 | 70.22 | - |
| YUV | 133.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 220 | 0.19 | 0.57 | 0 | 0.14 | 280 | 0.64 | 0.62 |
| Hex | B2 | 5E | DC | 13 | 39 | 0 | E | 118 | 40 | 3E |
| Octal | 262 | 136 | 334 | 23 | 71 | 0 | 16 | 430 | 100 | 76 |
| Binary | 10110010 | 1011110 | 11011100 | 10011 | 111001 | 0 | 1110 | 100011000 | 1000000 | 111110 |
Color Harmonies of #B25EDC
Complementary color
Monochromatic Colors of #B25EDC
Black with #B25EDC
Text Example
Text Example
White with #B25EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EDC; }
p { color: rgb(178,94,220); }
H1.HeaderClassName
{
color: #B25EDC;
}
.AnyTagClassName
{
color: #B25EDC;
}
</style>
background-color css
<style>
a { background-color: #B25EDC; }
a { background-color: rgb(178,94,220); }
div.DivClassName
{
background-color: #B25EDC;
}
.BgClassName
{
background-color: #B25EDC;
}
</style>
border-color css
<style>
span { border-color: #B25EDC; }
span { border-color: rgb(178,94,220); }
td.TdClassName
{
border-color: #B25EDC;
}
.TagClassName
{
border-color: #B25EDC;
}
</style>