Shades of Medium Orchid #B25EEA
Tints of Medium Orchid #B25EEA
RGB
CMYK
RGB Variations
Color information
#B25EEA (or 0xB25EEA) is known color: Medium Orchid. HEX triplet: B2, 5E and EA. RGB value is (178,94,234). Sum of RGB (Red+Green+Blue) = 178+94+234=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B25EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EEA is #4DA115. Grayscale: #868686. Windows color (decimal): -5087510 or 15359666. OLE color: 15359666.
HSL color Cylindrical-coordinate representation of color #B25EEA: hue angle of 276º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25EEA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 94 | 234 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.08 |
| HSL | 276º | 0.77% | 0.64% | - |
| HSV(B) | 276º | 0.6% | 0.92% | - |
| XYZ | 37.21 | 23.41 | 80.4 | - |
| YUV | 135.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 234 | 0.24 | 0.60 | 0 | 0.08 | 276 | 0.77 | 0.64 |
| Hex | B2 | 5E | EA | 18 | 3C | 0 | 8 | 114 | 4D | 40 |
| Octal | 262 | 136 | 352 | 30 | 74 | 0 | 10 | 424 | 115 | 100 |
| Binary | 10110010 | 1011110 | 11101010 | 11000 | 111100 | 0 | 1000 | 100010100 | 1001101 | 1000000 |
Color Harmonies of #B25EEA
Complementary color
Monochromatic Colors of #B25EEA
Black with #B25EEA
Text Example
Text Example
White with #B25EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EEA; }
p { color: rgb(178,94,234); }
H1.HeaderClassName
{
color: #B25EEA;
}
.AnyTagClassName
{
color: #B25EEA;
}
</style>
background-color css
<style>
a { background-color: #B25EEA; }
a { background-color: rgb(178,94,234); }
div.DivClassName
{
background-color: #B25EEA;
}
.BgClassName
{
background-color: #B25EEA;
}
</style>
border-color css
<style>
span { border-color: #B25EEA; }
span { border-color: rgb(178,94,234); }
td.TdClassName
{
border-color: #B25EEA;
}
.TagClassName
{
border-color: #B25EEA;
}
</style>