Shades of Medium Orchid #B25ACD
Tints of Medium Orchid #B25ACD
RGB
CMYK
RGB Variations
Color information
#B25ACD (or 0xB25ACD) is known color: Medium Orchid. HEX triplet: B2, 5A and CD. RGB value is (178,90,205). Sum of RGB (Red+Green+Blue) = 178+90+205=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ACD is #4DA532. Grayscale: #818181. Windows color (decimal): -5088563 or 13458098. OLE color: 13458098.
HSL color Cylindrical-coordinate representation of color #B25ACD: hue angle of 285.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25ACD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 90 | 205 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.20 |
| HSL | 285.91º | 0.53% | 0.58% | - |
| HSV(B) | 285.91º | 0.56% | 0.8% | - |
| XYZ | 33.04 | 21.19 | 60.11 | - |
| YUV | 129.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 205 | 0.13 | 0.56 | 0 | 0.20 | 285.91 | 0.53 | 0.58 |
| Hex | B2 | 5A | CD | D | 38 | 0 | 14 | 11E | 35 | 3A |
| Octal | 262 | 132 | 315 | 15 | 70 | 0 | 24 | 436 | 65 | 72 |
| Binary | 10110010 | 1011010 | 11001101 | 1101 | 111000 | 0 | 10100 | 100011110 | 110101 | 111010 |
Color Harmonies of #B25ACD
Complementary color
Monochromatic Colors of #B25ACD
Black with #B25ACD
Text Example
Text Example
White with #B25ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ACD; }
p { color: rgb(178,90,205); }
H1.HeaderClassName
{
color: #B25ACD;
}
.AnyTagClassName
{
color: #B25ACD;
}
</style>
background-color css
<style>
a { background-color: #B25ACD; }
a { background-color: rgb(178,90,205); }
div.DivClassName
{
background-color: #B25ACD;
}
.BgClassName
{
background-color: #B25ACD;
}
</style>
border-color css
<style>
span { border-color: #B25ACD; }
span { border-color: rgb(178,90,205); }
td.TdClassName
{
border-color: #B25ACD;
}
.TagClassName
{
border-color: #B25ACD;
}
</style>