Shades of Medium Orchid #B55ADB
Tints of Medium Orchid #B55ADB
RGB
CMYK
RGB Variations
Color information
#B55ADB (or 0xB55ADB) is known color: Medium Orchid. HEX triplet: B5, 5A and DB. RGB value is (181,90,219). Sum of RGB (Red+Green+Blue) = 181+90+219=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #B55ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ADB is #4AA524. Grayscale: #838383. Windows color (decimal): -4891941 or 14375605. OLE color: 14375605.
HSL color Cylindrical-coordinate representation of color #B55ADB: hue angle of 282.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55ADB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 90 | 219 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.33º | 0.64% | 0.61% | - |
| HSV(B) | 282.33º | 0.59% | 0.86% | - |
| XYZ | 35.5 | 22.25 | 69.44 | - |
| YUV | 131.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 219 | 0.17 | 0.59 | 0 | 0.14 | 282.33 | 0.64 | 0.61 |
| Hex | B5 | 5A | DB | 11 | 3B | 0 | E | 11A | 40 | 3D |
| Octal | 265 | 132 | 333 | 21 | 73 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110101 | 1011010 | 11011011 | 10001 | 111011 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B55ADB
Complementary color
Monochromatic Colors of #B55ADB
Black with #B55ADB
Text Example
Text Example
White with #B55ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ADB; }
p { color: rgb(181,90,219); }
H1.HeaderClassName
{
color: #B55ADB;
}
.AnyTagClassName
{
color: #B55ADB;
}
</style>
background-color css
<style>
a { background-color: #B55ADB; }
a { background-color: rgb(181,90,219); }
div.DivClassName
{
background-color: #B55ADB;
}
.BgClassName
{
background-color: #B55ADB;
}
</style>
border-color css
<style>
span { border-color: #B55ADB; }
span { border-color: rgb(181,90,219); }
td.TdClassName
{
border-color: #B55ADB;
}
.TagClassName
{
border-color: #B55ADB;
}
</style>