Shades of Medium Orchid #B25BCD
Tints of Medium Orchid #B25BCD
RGB
CMYK
RGB Variations
Color information
#B25BCD (or 0xB25BCD) is known color: Medium Orchid. HEX triplet: B2, 5B and CD. RGB value is (178,91,205). Sum of RGB (Red+Green+Blue) = 178+91+205=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCD is #4DA432. Grayscale: #818181. Windows color (decimal): -5088307 or 13458354. OLE color: 13458354.
HSL color Cylindrical-coordinate representation of color #B25BCD: hue angle of 285.79º 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 #B25BCD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 91 | 205 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.20 |
| HSL | 285.79º | 0.53% | 0.58% | - |
| HSV(B) | 285.79º | 0.56% | 0.8% | - |
| XYZ | 33.12 | 21.35 | 60.13 | - |
| YUV | 130.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 205 | 0.13 | 0.56 | 0 | 0.20 | 285.79 | 0.53 | 0.58 |
| Hex | B2 | 5B | CD | D | 38 | 0 | 14 | 11E | 35 | 3A |
| Octal | 262 | 133 | 315 | 15 | 70 | 0 | 24 | 436 | 65 | 72 |
| Binary | 10110010 | 1011011 | 11001101 | 1101 | 111000 | 0 | 10100 | 100011110 | 110101 | 111010 |
Color Harmonies of #B25BCD
Complementary color
Monochromatic Colors of #B25BCD
Black with #B25BCD
Text Example
Text Example
White with #B25BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BCD; }
p { color: rgb(178,91,205); }
H1.HeaderClassName
{
color: #B25BCD;
}
.AnyTagClassName
{
color: #B25BCD;
}
</style>
background-color css
<style>
a { background-color: #B25BCD; }
a { background-color: rgb(178,91,205); }
div.DivClassName
{
background-color: #B25BCD;
}
.BgClassName
{
background-color: #B25BCD;
}
</style>
border-color css
<style>
span { border-color: #B25BCD; }
span { border-color: rgb(178,91,205); }
td.TdClassName
{
border-color: #B25BCD;
}
.TagClassName
{
border-color: #B25BCD;
}
</style>