Shades of Medium Orchid #B55EEA
Tints of Medium Orchid #B55EEA
RGB
CMYK
RGB Variations
Color information
#B55EEA (or 0xB55EEA) is known color: Medium Orchid. HEX triplet: B5, 5E and EA. RGB value is (181,94,234). Sum of RGB (Red+Green+Blue) = 181+94+234=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #B55EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EEA is #4AA115. Grayscale: #878787. Windows color (decimal): -4890902 or 15359669. OLE color: 15359669.
HSL color Cylindrical-coordinate representation of color #B55EEA: hue angle of 277.29º 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 #B55EEA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 94 | 234 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.08 |
| HSL | 277.29º | 0.77% | 0.64% | - |
| HSV(B) | 277.29º | 0.6% | 0.92% | - |
| XYZ | 37.91 | 23.77 | 80.43 | - |
| YUV | 135.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 234 | 0.23 | 0.60 | 0 | 0.08 | 277.29 | 0.77 | 0.64 |
| Hex | B5 | 5E | EA | 17 | 3C | 0 | 8 | 115 | 4D | 40 |
| Octal | 265 | 136 | 352 | 27 | 74 | 0 | 10 | 425 | 115 | 100 |
| Binary | 10110101 | 1011110 | 11101010 | 10111 | 111100 | 0 | 1000 | 100010101 | 1001101 | 1000000 |
Color Harmonies of #B55EEA
Complementary color
Monochromatic Colors of #B55EEA
Black with #B55EEA
Text Example
Text Example
White with #B55EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EEA; }
p { color: rgb(181,94,234); }
H1.HeaderClassName
{
color: #B55EEA;
}
.AnyTagClassName
{
color: #B55EEA;
}
</style>
background-color css
<style>
a { background-color: #B55EEA; }
a { background-color: rgb(181,94,234); }
div.DivClassName
{
background-color: #B55EEA;
}
.BgClassName
{
background-color: #B55EEA;
}
</style>
border-color css
<style>
span { border-color: #B55EEA; }
span { border-color: rgb(181,94,234); }
td.TdClassName
{
border-color: #B55EEA;
}
.TagClassName
{
border-color: #B55EEA;
}
</style>