Shades of Medium Orchid #B25ADE
Tints of Medium Orchid #B25ADE
RGB
CMYK
RGB Variations
Color information
#B25ADE (or 0xB25ADE) is known color: Medium Orchid. HEX triplet: B2, 5A and DE. RGB value is (178,90,222). Sum of RGB (Red+Green+Blue) = 178+90+222=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B25ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ADE is #4DA521. Grayscale: #828282. Windows color (decimal): -5088546 or 14572210. OLE color: 14572210.
HSL color Cylindrical-coordinate representation of color #B25ADE: hue angle of 280º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25ADE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 90 | 222 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.13 |
| HSL | 280º | 0.67% | 0.61% | - |
| HSV(B) | 280º | 0.59% | 0.87% | - |
| XYZ | 35.2 | 22.05 | 71.51 | - |
| YUV | 131.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 222 | 0.20 | 0.59 | 0 | 0.13 | 280 | 0.67 | 0.61 |
| Hex | B2 | 5A | DE | 14 | 3B | 0 | D | 118 | 43 | 3D |
| Octal | 262 | 132 | 336 | 24 | 73 | 0 | 15 | 430 | 103 | 75 |
| Binary | 10110010 | 1011010 | 11011110 | 10100 | 111011 | 0 | 1101 | 100011000 | 1000011 | 111101 |
Color Harmonies of #B25ADE
Complementary color
Monochromatic Colors of #B25ADE
Black with #B25ADE
Text Example
Text Example
White with #B25ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ADE; }
p { color: rgb(178,90,222); }
H1.HeaderClassName
{
color: #B25ADE;
}
.AnyTagClassName
{
color: #B25ADE;
}
</style>
background-color css
<style>
a { background-color: #B25ADE; }
a { background-color: rgb(178,90,222); }
div.DivClassName
{
background-color: #B25ADE;
}
.BgClassName
{
background-color: #B25ADE;
}
</style>
border-color css
<style>
span { border-color: #B25ADE; }
span { border-color: rgb(178,90,222); }
td.TdClassName
{
border-color: #B25ADE;
}
.TagClassName
{
border-color: #B25ADE;
}
</style>