Shades of Medium Orchid #B25CCD
Tints of Medium Orchid #B25CCD
RGB
CMYK
RGB Variations
Color information
#B25CCD (or 0xB25CCD) is known color: Medium Orchid. HEX triplet: B2, 5C and CD. RGB value is (178,92,205). Sum of RGB (Red+Green+Blue) = 178+92+205=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCD is #4DA332. Grayscale: #828282. Windows color (decimal): -5088051 or 13458610. OLE color: 13458610.
HSL color Cylindrical-coordinate representation of color #B25CCD: hue angle of 285.66º 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 #B25CCD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 92 | 205 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.20 |
| HSL | 285.66º | 0.53% | 0.58% | - |
| HSV(B) | 285.66º | 0.55% | 0.8% | - |
| XYZ | 33.21 | 21.53 | 60.16 | - |
| YUV | 130.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 205 | 0.13 | 0.55 | 0 | 0.20 | 285.66 | 0.53 | 0.58 |
| Hex | B2 | 5C | CD | D | 37 | 0 | 14 | 11E | 35 | 3A |
| Octal | 262 | 134 | 315 | 15 | 67 | 0 | 24 | 436 | 65 | 72 |
| Binary | 10110010 | 1011100 | 11001101 | 1101 | 110111 | 0 | 10100 | 100011110 | 110101 | 111010 |
Color Harmonies of #B25CCD
Complementary color
Monochromatic Colors of #B25CCD
Black with #B25CCD
Text Example
Text Example
White with #B25CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CCD; }
p { color: rgb(178,92,205); }
H1.HeaderClassName
{
color: #B25CCD;
}
.AnyTagClassName
{
color: #B25CCD;
}
</style>
background-color css
<style>
a { background-color: #B25CCD; }
a { background-color: rgb(178,92,205); }
div.DivClassName
{
background-color: #B25CCD;
}
.BgClassName
{
background-color: #B25CCD;
}
</style>
border-color css
<style>
span { border-color: #B25CCD; }
span { border-color: rgb(178,92,205); }
td.TdClassName
{
border-color: #B25CCD;
}
.TagClassName
{
border-color: #B25CCD;
}
</style>