Shades of Medium Orchid #B55CE1
Tints of Medium Orchid #B55CE1
RGB
CMYK
RGB Variations
Color information
#B55CE1 (or 0xB55CE1) is known color: Medium Orchid. HEX triplet: B5, 5C and E1. RGB value is (181,92,225). Sum of RGB (Red+Green+Blue) = 181+92+225=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #B55CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CE1 is #4AA31E. Grayscale: #858585. Windows color (decimal): -4891423 or 14769333. OLE color: 14769333.
HSL color Cylindrical-coordinate representation of color #B55CE1: hue angle of 280.15º degrees, saturation: 0.69, 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 #B55CE1 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 92 | 225 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.12 |
| HSL | 280.15º | 0.69% | 0.62% | - |
| HSV(B) | 280.15º | 0.59% | 0.88% | - |
| XYZ | 36.47 | 22.91 | 73.73 | - |
| YUV | 133.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 225 | 0.20 | 0.59 | 0 | 0.12 | 280.15 | 0.69 | 0.62 |
| Hex | B5 | 5C | E1 | 14 | 3B | 0 | C | 118 | 45 | 3E |
| Octal | 265 | 134 | 341 | 24 | 73 | 0 | 14 | 430 | 105 | 76 |
| Binary | 10110101 | 1011100 | 11100001 | 10100 | 111011 | 0 | 1100 | 100011000 | 1000101 | 111110 |
Color Harmonies of #B55CE1
Complementary color
Monochromatic Colors of #B55CE1
Black with #B55CE1
Text Example
Text Example
White with #B55CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CE1; }
p { color: rgb(181,92,225); }
H1.HeaderClassName
{
color: #B55CE1;
}
.AnyTagClassName
{
color: #B55CE1;
}
</style>
background-color css
<style>
a { background-color: #B55CE1; }
a { background-color: rgb(181,92,225); }
div.DivClassName
{
background-color: #B55CE1;
}
.BgClassName
{
background-color: #B55CE1;
}
</style>
border-color css
<style>
span { border-color: #B55CE1; }
span { border-color: rgb(181,92,225); }
td.TdClassName
{
border-color: #B55CE1;
}
.TagClassName
{
border-color: #B55CE1;
}
</style>