Shades of Medium Orchid #B25FE0
Tints of Medium Orchid #B25FE0
RGB
CMYK
RGB Variations
Color information
#B25FE0 (or 0xB25FE0) is known color: Medium Orchid. HEX triplet: B2, 5F and E0. RGB value is (178,95,224). Sum of RGB (Red+Green+Blue) = 178+95+224=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #B25FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FE0 is #4DA01F. Grayscale: #868686. Windows color (decimal): -5087264 or 14704562. OLE color: 14704562.
HSL color Cylindrical-coordinate representation of color #B25FE0: hue angle of 278.6º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25FE0 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 95 | 224 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.12 |
| HSL | 278.6º | 0.68% | 0.63% | - |
| HSV(B) | 278.6º | 0.58% | 0.88% | - |
| XYZ | 35.91 | 23.03 | 73.07 | - |
| YUV | 134.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 224 | 0.21 | 0.58 | 0 | 0.12 | 278.6 | 0.68 | 0.63 |
| Hex | B2 | 5F | E0 | 15 | 3A | 0 | C | 117 | 44 | 3F |
| Octal | 262 | 137 | 340 | 25 | 72 | 0 | 14 | 427 | 104 | 77 |
| Binary | 10110010 | 1011111 | 11100000 | 10101 | 111010 | 0 | 1100 | 100010111 | 1000100 | 111111 |
Color Harmonies of #B25FE0
Complementary color
Monochromatic Colors of #B25FE0
Black with #B25FE0
Text Example
Text Example
White with #B25FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FE0; }
p { color: rgb(178,95,224); }
H1.HeaderClassName
{
color: #B25FE0;
}
.AnyTagClassName
{
color: #B25FE0;
}
</style>
background-color css
<style>
a { background-color: #B25FE0; }
a { background-color: rgb(178,95,224); }
div.DivClassName
{
background-color: #B25FE0;
}
.BgClassName
{
background-color: #B25FE0;
}
</style>
border-color css
<style>
span { border-color: #B25FE0; }
span { border-color: rgb(178,95,224); }
td.TdClassName
{
border-color: #B25FE0;
}
.TagClassName
{
border-color: #B25FE0;
}
</style>