Shades of Medium Orchid #B55EE6
Tints of Medium Orchid #B55EE6
RGB
CMYK
RGB Variations
Color information
#B55EE6 (or 0xB55EE6) is known color: Medium Orchid. HEX triplet: B5, 5E and E6. RGB value is (181,94,230). Sum of RGB (Red+Green+Blue) = 181+94+230=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #B55EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EE6 is #4AA119. Grayscale: #878787. Windows color (decimal): -4890906 or 15097525. OLE color: 15097525.
HSL color Cylindrical-coordinate representation of color #B55EE6: hue angle of 278.38º degrees, saturation: 0.73, 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 #B55EE6 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 94 | 230 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.10 |
| HSL | 278.38º | 0.73% | 0.64% | - |
| HSV(B) | 278.38º | 0.59% | 0.9% | - |
| XYZ | 37.34 | 23.54 | 77.44 | - |
| YUV | 135.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 230 | 0.21 | 0.59 | 0 | 0.10 | 278.38 | 0.73 | 0.64 |
| Hex | B5 | 5E | E6 | 15 | 3B | 0 | A | 116 | 49 | 40 |
| Octal | 265 | 136 | 346 | 25 | 73 | 0 | 12 | 426 | 111 | 100 |
| Binary | 10110101 | 1011110 | 11100110 | 10101 | 111011 | 0 | 1010 | 100010110 | 1001001 | 1000000 |
Color Harmonies of #B55EE6
Complementary color
Monochromatic Colors of #B55EE6
Black with #B55EE6
Text Example
Text Example
White with #B55EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EE6; }
p { color: rgb(181,94,230); }
H1.HeaderClassName
{
color: #B55EE6;
}
.AnyTagClassName
{
color: #B55EE6;
}
</style>
background-color css
<style>
a { background-color: #B55EE6; }
a { background-color: rgb(181,94,230); }
div.DivClassName
{
background-color: #B55EE6;
}
.BgClassName
{
background-color: #B55EE6;
}
</style>
border-color css
<style>
span { border-color: #B55EE6; }
span { border-color: rgb(181,94,230); }
td.TdClassName
{
border-color: #B55EE6;
}
.TagClassName
{
border-color: #B55EE6;
}
</style>