Shades of Medium Orchid #B551E0
Tints of Medium Orchid #B551E0
RGB
CMYK
RGB Variations
Color information
#B551E0 (or 0xB551E0) is known color: Medium Orchid. HEX triplet: B5, 51 and E0. RGB value is (181,81,224). Sum of RGB (Red+Green+Blue) = 181+81+224=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #B551E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551E0 is #4AAE1F. Grayscale: #7E7E7E. Windows color (decimal): -4894240 or 14700981. OLE color: 14700981.
HSL color Cylindrical-coordinate representation of color #B551E0: hue angle of 281.96º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B551E0 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 81 | 224 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.12 |
| HSL | 281.96º | 0.7% | 0.6% | - |
| HSV(B) | 281.96º | 0.64% | 0.88% | - |
| XYZ | 35.45 | 21.09 | 72.72 | - |
| YUV | 127.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 224 | 0.19 | 0.64 | 0 | 0.12 | 281.96 | 0.7 | 0.6 |
| Hex | B5 | 51 | E0 | 13 | 40 | 0 | C | 11A | 46 | 3C |
| Octal | 265 | 121 | 340 | 23 | 100 | 0 | 14 | 432 | 106 | 74 |
| Binary | 10110101 | 1010001 | 11100000 | 10011 | 1000000 | 0 | 1100 | 100011010 | 1000110 | 111100 |
Color Harmonies of #B551E0
Complementary color
Monochromatic Colors of #B551E0
Black with #B551E0
Text Example
Text Example
White with #B551E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551E0; }
p { color: rgb(181,81,224); }
H1.HeaderClassName
{
color: #B551E0;
}
.AnyTagClassName
{
color: #B551E0;
}
</style>
background-color css
<style>
a { background-color: #B551E0; }
a { background-color: rgb(181,81,224); }
div.DivClassName
{
background-color: #B551E0;
}
.BgClassName
{
background-color: #B551E0;
}
</style>
border-color css
<style>
span { border-color: #B551E0; }
span { border-color: rgb(181,81,224); }
td.TdClassName
{
border-color: #B551E0;
}
.TagClassName
{
border-color: #B551E0;
}
</style>