Shades of Medium Orchid #B55CE4
Tints of Medium Orchid #B55CE4
RGB
CMYK
RGB Variations
Color information
#B55CE4 (or 0xB55CE4) is known color: Medium Orchid. HEX triplet: B5, 5C and E4. RGB value is (181,92,228). Sum of RGB (Red+Green+Blue) = 181+92+228=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #B55CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CE4 is #4AA31B. Grayscale: #858585. Windows color (decimal): -4891420 or 14965941. OLE color: 14965941.
HSL color Cylindrical-coordinate representation of color #B55CE4: hue angle of 279.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55CE4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 92 | 228 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.11 |
| HSL | 279.26º | 0.72% | 0.63% | - |
| HSV(B) | 279.26º | 0.6% | 0.89% | - |
| XYZ | 36.89 | 23.08 | 75.91 | - |
| YUV | 134.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 228 | 0.21 | 0.60 | 0 | 0.11 | 279.26 | 0.72 | 0.63 |
| Hex | B5 | 5C | E4 | 15 | 3C | 0 | B | 117 | 48 | 3F |
| Octal | 265 | 134 | 344 | 25 | 74 | 0 | 13 | 427 | 110 | 77 |
| Binary | 10110101 | 1011100 | 11100100 | 10101 | 111100 | 0 | 1011 | 100010111 | 1001000 | 111111 |
Color Harmonies of #B55CE4
Complementary color
Monochromatic Colors of #B55CE4
Black with #B55CE4
Text Example
Text Example
White with #B55CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CE4; }
p { color: rgb(181,92,228); }
H1.HeaderClassName
{
color: #B55CE4;
}
.AnyTagClassName
{
color: #B55CE4;
}
</style>
background-color css
<style>
a { background-color: #B55CE4; }
a { background-color: rgb(181,92,228); }
div.DivClassName
{
background-color: #B55CE4;
}
.BgClassName
{
background-color: #B55CE4;
}
</style>
border-color css
<style>
span { border-color: #B55CE4; }
span { border-color: rgb(181,92,228); }
td.TdClassName
{
border-color: #B55CE4;
}
.TagClassName
{
border-color: #B55CE4;
}
</style>