Shades of Medium Orchid #B55CE0
Tints of Medium Orchid #B55CE0
RGB
CMYK
RGB Variations
Color information
#B55CE0 (or 0xB55CE0) is known color: Medium Orchid. HEX triplet: B5, 5C and E0. RGB value is (181,92,224). Sum of RGB (Red+Green+Blue) = 181+92+224=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 92 (36.33% from 255 or 18.51% 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 #B55CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CE0 is #4AA31F. Grayscale: #858585. Windows color (decimal): -4891424 or 14703797. OLE color: 14703797.
HSL color Cylindrical-coordinate representation of color #B55CE0: hue angle of 280.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55CE0 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 92 | 224 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.12 |
| HSL | 280.45º | 0.68% | 0.62% | - |
| HSV(B) | 280.45º | 0.59% | 0.88% | - |
| XYZ | 36.34 | 22.86 | 73.02 | - |
| YUV | 133.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 224 | 0.19 | 0.59 | 0 | 0.12 | 280.45 | 0.68 | 0.62 |
| Hex | B5 | 5C | E0 | 13 | 3B | 0 | C | 118 | 44 | 3E |
| Octal | 265 | 134 | 340 | 23 | 73 | 0 | 14 | 430 | 104 | 76 |
| Binary | 10110101 | 1011100 | 11100000 | 10011 | 111011 | 0 | 1100 | 100011000 | 1000100 | 111110 |
Color Harmonies of #B55CE0
Complementary color
Monochromatic Colors of #B55CE0
Black with #B55CE0
Text Example
Text Example
White with #B55CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CE0; }
p { color: rgb(181,92,224); }
H1.HeaderClassName
{
color: #B55CE0;
}
.AnyTagClassName
{
color: #B55CE0;
}
</style>
background-color css
<style>
a { background-color: #B55CE0; }
a { background-color: rgb(181,92,224); }
div.DivClassName
{
background-color: #B55CE0;
}
.BgClassName
{
background-color: #B55CE0;
}
</style>
border-color css
<style>
span { border-color: #B55CE0; }
span { border-color: rgb(181,92,224); }
td.TdClassName
{
border-color: #B55CE0;
}
.TagClassName
{
border-color: #B55CE0;
}
</style>