Shades of Medium Orchid #B25FE5
Tints of Medium Orchid #B25FE5
RGB
CMYK
RGB Variations
Color information
#B25FE5 (or 0xB25FE5) is known color: Medium Orchid. HEX triplet: B2, 5F and E5. RGB value is (178,95,229). Sum of RGB (Red+Green+Blue) = 178+95+229=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #B25FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FE5 is #4DA01A. Grayscale: #868686. Windows color (decimal): -5087259 or 15032242. OLE color: 15032242.
HSL color Cylindrical-coordinate representation of color #B25FE5: hue angle of 277.16º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25FE5 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 95 | 229 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.10 |
| HSL | 277.16º | 0.72% | 0.64% | - |
| HSV(B) | 277.16º | 0.59% | 0.9% | - |
| XYZ | 36.6 | 23.31 | 76.7 | - |
| YUV | 135.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 229 | 0.22 | 0.59 | 0 | 0.10 | 277.16 | 0.72 | 0.64 |
| Hex | B2 | 5F | E5 | 16 | 3B | 0 | A | 115 | 48 | 40 |
| Octal | 262 | 137 | 345 | 26 | 73 | 0 | 12 | 425 | 110 | 100 |
| Binary | 10110010 | 1011111 | 11100101 | 10110 | 111011 | 0 | 1010 | 100010101 | 1001000 | 1000000 |
Color Harmonies of #B25FE5
Complementary color
Monochromatic Colors of #B25FE5
Black with #B25FE5
Text Example
Text Example
White with #B25FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FE5; }
p { color: rgb(178,95,229); }
H1.HeaderClassName
{
color: #B25FE5;
}
.AnyTagClassName
{
color: #B25FE5;
}
</style>
background-color css
<style>
a { background-color: #B25FE5; }
a { background-color: rgb(178,95,229); }
div.DivClassName
{
background-color: #B25FE5;
}
.BgClassName
{
background-color: #B25FE5;
}
</style>
border-color css
<style>
span { border-color: #B25FE5; }
span { border-color: rgb(178,95,229); }
td.TdClassName
{
border-color: #B25FE5;
}
.TagClassName
{
border-color: #B25FE5;
}
</style>