Shades of Medium Orchid #B25FCD
Tints of Medium Orchid #B25FCD
RGB
CMYK
RGB Variations
Color information
#B25FCD (or 0xB25FCD) is known color: Medium Orchid. HEX triplet: B2, 5F and CD. RGB value is (178,95,205). Sum of RGB (Red+Green+Blue) = 178+95+205=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FCD is #4DA032. Grayscale: #848484. Windows color (decimal): -5087283 or 13459378. OLE color: 13459378.
HSL color Cylindrical-coordinate representation of color #B25FCD: hue angle of 285.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25FCD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 95 | 205 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.20 |
| HSL | 285.27º | 0.52% | 0.59% | - |
| HSV(B) | 285.27º | 0.54% | 0.8% | - |
| XYZ | 33.47 | 22.06 | 60.25 | - |
| YUV | 132.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 205 | 0.13 | 0.54 | 0 | 0.20 | 285.27 | 0.52 | 0.59 |
| Hex | B2 | 5F | CD | D | 36 | 0 | 14 | 11D | 34 | 3B |
| Octal | 262 | 137 | 315 | 15 | 66 | 0 | 24 | 435 | 64 | 73 |
| Binary | 10110010 | 1011111 | 11001101 | 1101 | 110110 | 0 | 10100 | 100011101 | 110100 | 111011 |
Color Harmonies of #B25FCD
Complementary color
Monochromatic Colors of #B25FCD
Black with #B25FCD
Text Example
Text Example
White with #B25FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FCD; }
p { color: rgb(178,95,205); }
H1.HeaderClassName
{
color: #B25FCD;
}
.AnyTagClassName
{
color: #B25FCD;
}
</style>
background-color css
<style>
a { background-color: #B25FCD; }
a { background-color: rgb(178,95,205); }
div.DivClassName
{
background-color: #B25FCD;
}
.BgClassName
{
background-color: #B25FCD;
}
</style>
border-color css
<style>
span { border-color: #B25FCD; }
span { border-color: rgb(178,95,205); }
td.TdClassName
{
border-color: #B25FCD;
}
.TagClassName
{
border-color: #B25FCD;
}
</style>