Shades of Medium Orchid #B25DCD
Tints of Medium Orchid #B25DCD
RGB
CMYK
RGB Variations
Color information
#B25DCD (or 0xB25DCD) is known color: Medium Orchid. HEX triplet: B2, 5D and CD. RGB value is (178,93,205). Sum of RGB (Red+Green+Blue) = 178+93+205=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DCD is #4DA232. Grayscale: #828282. Windows color (decimal): -5087795 or 13458866. OLE color: 13458866.
HSL color Cylindrical-coordinate representation of color #B25DCD: hue angle of 285.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25DCD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 93 | 205 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.20 |
| HSL | 285.54º | 0.53% | 0.58% | - |
| HSV(B) | 285.54º | 0.55% | 0.8% | - |
| XYZ | 33.29 | 21.7 | 60.19 | - |
| YUV | 131.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 205 | 0.13 | 0.55 | 0 | 0.20 | 285.54 | 0.53 | 0.58 |
| Hex | B2 | 5D | CD | D | 37 | 0 | 14 | 11E | 35 | 3A |
| Octal | 262 | 135 | 315 | 15 | 67 | 0 | 24 | 436 | 65 | 72 |
| Binary | 10110010 | 1011101 | 11001101 | 1101 | 110111 | 0 | 10100 | 100011110 | 110101 | 111010 |
Color Harmonies of #B25DCD
Complementary color
Monochromatic Colors of #B25DCD
Black with #B25DCD
Text Example
Text Example
White with #B25DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DCD; }
p { color: rgb(178,93,205); }
H1.HeaderClassName
{
color: #B25DCD;
}
.AnyTagClassName
{
color: #B25DCD;
}
</style>
background-color css
<style>
a { background-color: #B25DCD; }
a { background-color: rgb(178,93,205); }
div.DivClassName
{
background-color: #B25DCD;
}
.BgClassName
{
background-color: #B25DCD;
}
</style>
border-color css
<style>
span { border-color: #B25DCD; }
span { border-color: rgb(178,93,205); }
td.TdClassName
{
border-color: #B25DCD;
}
.TagClassName
{
border-color: #B25DCD;
}
</style>