Shades of Medium Orchid #B55BDB
Tints of Medium Orchid #B55BDB
RGB
CMYK
RGB Variations
Color information
#B55BDB (or 0xB55BDB) is known color: Medium Orchid. HEX triplet: B5, 5B and DB. RGB value is (181,91,219). Sum of RGB (Red+Green+Blue) = 181+91+219=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B55BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BDB is #4AA424. Grayscale: #848484. Windows color (decimal): -4891685 or 14375861. OLE color: 14375861.
HSL color Cylindrical-coordinate representation of color #B55BDB: hue angle of 282.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55BDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 91 | 219 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.19º | 0.64% | 0.61% | - |
| HSV(B) | 282.19º | 0.58% | 0.86% | - |
| XYZ | 35.58 | 22.42 | 69.47 | - |
| YUV | 132.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 219 | 0.17 | 0.58 | 0 | 0.14 | 282.19 | 0.64 | 0.61 |
| Hex | B5 | 5B | DB | 11 | 3A | 0 | E | 11A | 40 | 3D |
| Octal | 265 | 133 | 333 | 21 | 72 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110101 | 1011011 | 11011011 | 10001 | 111010 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B55BDB
Complementary color
Monochromatic Colors of #B55BDB
Black with #B55BDB
Text Example
Text Example
White with #B55BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BDB; }
p { color: rgb(181,91,219); }
H1.HeaderClassName
{
color: #B55BDB;
}
.AnyTagClassName
{
color: #B55BDB;
}
</style>
background-color css
<style>
a { background-color: #B55BDB; }
a { background-color: rgb(181,91,219); }
div.DivClassName
{
background-color: #B55BDB;
}
.BgClassName
{
background-color: #B55BDB;
}
</style>
border-color css
<style>
span { border-color: #B55BDB; }
span { border-color: rgb(181,91,219); }
td.TdClassName
{
border-color: #B55BDB;
}
.TagClassName
{
border-color: #B55BDB;
}
</style>