Shades of Medium Orchid #B55DE7
Tints of Medium Orchid #B55DE7
RGB
CMYK
RGB Variations
Color information
#B55DE7 (or 0xB55DE7) is known color: Medium Orchid. HEX triplet: B5, 5D and E7. RGB value is (181,93,231). Sum of RGB (Red+Green+Blue) = 181+93+231=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #B55DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DE7 is #4AA218. Grayscale: #868686. Windows color (decimal): -4891161 or 15162805. OLE color: 15162805.
HSL color Cylindrical-coordinate representation of color #B55DE7: hue angle of 278.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55DE7 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 93 | 231 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.09 |
| HSL | 278.26º | 0.74% | 0.64% | - |
| HSV(B) | 278.26º | 0.6% | 0.91% | - |
| XYZ | 37.39 | 23.42 | 78.15 | - |
| YUV | 135.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 231 | 0.22 | 0.60 | 0 | 0.09 | 278.26 | 0.74 | 0.64 |
| Hex | B5 | 5D | E7 | 16 | 3C | 0 | 9 | 116 | 4A | 40 |
| Octal | 265 | 135 | 347 | 26 | 74 | 0 | 11 | 426 | 112 | 100 |
| Binary | 10110101 | 1011101 | 11100111 | 10110 | 111100 | 0 | 1001 | 100010110 | 1001010 | 1000000 |
Color Harmonies of #B55DE7
Complementary color
Monochromatic Colors of #B55DE7
Black with #B55DE7
Text Example
Text Example
White with #B55DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DE7; }
p { color: rgb(181,93,231); }
H1.HeaderClassName
{
color: #B55DE7;
}
.AnyTagClassName
{
color: #B55DE7;
}
</style>
background-color css
<style>
a { background-color: #B55DE7; }
a { background-color: rgb(181,93,231); }
div.DivClassName
{
background-color: #B55DE7;
}
.BgClassName
{
background-color: #B55DE7;
}
</style>
border-color css
<style>
span { border-color: #B55DE7; }
span { border-color: rgb(181,93,231); }
td.TdClassName
{
border-color: #B55DE7;
}
.TagClassName
{
border-color: #B55DE7;
}
</style>