Shades of Medium Orchid #B25ECC
Tints of Medium Orchid #B25ECC
RGB
CMYK
RGB Variations
Color information
#B25ECC (or 0xB25ECC) is known color: Medium Orchid. HEX triplet: B2, 5E and CC. RGB value is (178,94,204). Sum of RGB (Red+Green+Blue) = 178+94+204=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ECC is #4DA133. Grayscale: #838383. Windows color (decimal): -5087540 or 13393586. OLE color: 13393586.
HSL color Cylindrical-coordinate representation of color #B25ECC: hue angle of 285.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25ECC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 94 | 204 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.2 |
| HSL | 285.82º | 0.52% | 0.58% | - |
| HSV(B) | 285.82º | 0.54% | 0.8% | - |
| XYZ | 33.26 | 21.83 | 59.59 | - |
| YUV | 131.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 204 | 0.13 | 0.54 | 0 | 0.2 | 285.82 | 0.52 | 0.58 |
| Hex | B2 | 5E | CC | D | 36 | 0 | 14 | 11E | 34 | 3A |
| Octal | 262 | 136 | 314 | 15 | 66 | 0 | 24 | 436 | 64 | 72 |
| Binary | 10110010 | 1011110 | 11001100 | 1101 | 110110 | 0 | 10100 | 100011110 | 110100 | 111010 |
Color Harmonies of #B25ECC
Complementary color
Monochromatic Colors of #B25ECC
Black with #B25ECC
Text Example
Text Example
White with #B25ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ECC; }
p { color: rgb(178,94,204); }
H1.HeaderClassName
{
color: #B25ECC;
}
.AnyTagClassName
{
color: #B25ECC;
}
</style>
background-color css
<style>
a { background-color: #B25ECC; }
a { background-color: rgb(178,94,204); }
div.DivClassName
{
background-color: #B25ECC;
}
.BgClassName
{
background-color: #B25ECC;
}
</style>
border-color css
<style>
span { border-color: #B25ECC; }
span { border-color: rgb(178,94,204); }
td.TdClassName
{
border-color: #B25ECC;
}
.TagClassName
{
border-color: #B25ECC;
}
</style>