Shades of Medium Orchid #B551ED
Tints of Medium Orchid #B551ED
RGB
CMYK
RGB Variations
Color information
#B551ED (or 0xB551ED) is known color: Medium Orchid. HEX triplet: B5, 51 and ED. RGB value is (181,81,237). Sum of RGB (Red+Green+Blue) = 181+81+237=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B551ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551ED is #4AAE12. Grayscale: #808080. Windows color (decimal): -4894227 or 15552949. OLE color: 15552949.
HSL color Cylindrical-coordinate representation of color #B551ED: hue angle of 278.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B551ED is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 81 | 237 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.07 |
| HSL | 278.46º | 0.81% | 0.62% | - |
| HSV(B) | 278.46º | 0.66% | 0.93% | - |
| XYZ | 37.28 | 21.82 | 82.37 | - |
| YUV | 128.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 237 | 0.24 | 0.66 | 0 | 0.07 | 278.46 | 0.81 | 0.62 |
| Hex | B5 | 51 | ED | 18 | 42 | 0 | 7 | 116 | 51 | 3E |
| Octal | 265 | 121 | 355 | 30 | 102 | 0 | 7 | 426 | 121 | 76 |
| Binary | 10110101 | 1010001 | 11101101 | 11000 | 1000010 | 0 | 111 | 100010110 | 1010001 | 111110 |
Color Harmonies of #B551ED
Complementary color
Monochromatic Colors of #B551ED
Black with #B551ED
Text Example
Text Example
White with #B551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551ED; }
p { color: rgb(181,81,237); }
H1.HeaderClassName
{
color: #B551ED;
}
.AnyTagClassName
{
color: #B551ED;
}
</style>
background-color css
<style>
a { background-color: #B551ED; }
a { background-color: rgb(181,81,237); }
div.DivClassName
{
background-color: #B551ED;
}
.BgClassName
{
background-color: #B551ED;
}
</style>
border-color css
<style>
span { border-color: #B551ED; }
span { border-color: rgb(181,81,237); }
td.TdClassName
{
border-color: #B551ED;
}
.TagClassName
{
border-color: #B551ED;
}
</style>