Shades of Medium Orchid #B25DC5
Tints of Medium Orchid #B25DC5
RGB
CMYK
RGB Variations
Color information
#B25DC5 (or 0xB25DC5) is known color: Medium Orchid. HEX triplet: B2, 5D and C5. RGB value is (178,93,197). Sum of RGB (Red+Green+Blue) = 178+93+197=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #B25DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DC5 is #4DA23A. Grayscale: #818181. Windows color (decimal): -5087803 or 12934578. OLE color: 12934578.
HSL color Cylindrical-coordinate representation of color #B25DC5: hue angle of 289.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25DC5 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 93 | 197 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.23 |
| HSL | 289.04º | 0.47% | 0.57% | - |
| HSV(B) | 289.04º | 0.53% | 0.77% | - |
| XYZ | 32.35 | 21.32 | 55.23 | - |
| YUV | 130.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 197 | 0.10 | 0.53 | 0 | 0.23 | 289.04 | 0.47 | 0.57 |
| Hex | B2 | 5D | C5 | A | 35 | 0 | 17 | 121 | 2F | 39 |
| Octal | 262 | 135 | 305 | 12 | 65 | 0 | 27 | 441 | 57 | 71 |
| Binary | 10110010 | 1011101 | 11000101 | 1010 | 110101 | 0 | 10111 | 100100001 | 101111 | 111001 |
Color Harmonies of #B25DC5
Complementary color
Monochromatic Colors of #B25DC5
Black with #B25DC5
Text Example
Text Example
White with #B25DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DC5; }
p { color: rgb(178,93,197); }
H1.HeaderClassName
{
color: #B25DC5;
}
.AnyTagClassName
{
color: #B25DC5;
}
</style>
background-color css
<style>
a { background-color: #B25DC5; }
a { background-color: rgb(178,93,197); }
div.DivClassName
{
background-color: #B25DC5;
}
.BgClassName
{
background-color: #B25DC5;
}
</style>
border-color css
<style>
span { border-color: #B25DC5; }
span { border-color: rgb(178,93,197); }
td.TdClassName
{
border-color: #B25DC5;
}
.TagClassName
{
border-color: #B25DC5;
}
</style>