Shades of Medium Orchid #B55CDB
Tints of Medium Orchid #B55CDB
RGB
CMYK
RGB Variations
Color information
#B55CDB (or 0xB55CDB) is known color: Medium Orchid. HEX triplet: B5, 5C and DB. RGB value is (181,92,219). Sum of RGB (Red+Green+Blue) = 181+92+219=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B55CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CDB is #4AA324. Grayscale: #848484. Windows color (decimal): -4891429 or 14376117. OLE color: 14376117.
HSL color Cylindrical-coordinate representation of color #B55CDB: hue angle of 282.05º 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 #B55CDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 92 | 219 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.05º | 0.64% | 0.61% | - |
| HSV(B) | 282.05º | 0.58% | 0.86% | - |
| XYZ | 35.67 | 22.59 | 69.5 | - |
| YUV | 133.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 219 | 0.17 | 0.58 | 0 | 0.14 | 282.05 | 0.64 | 0.61 |
| Hex | B5 | 5C | DB | 11 | 3A | 0 | E | 11A | 40 | 3D |
| Octal | 265 | 134 | 333 | 21 | 72 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110101 | 1011100 | 11011011 | 10001 | 111010 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B55CDB
Complementary color
Monochromatic Colors of #B55CDB
Black with #B55CDB
Text Example
Text Example
White with #B55CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CDB; }
p { color: rgb(181,92,219); }
H1.HeaderClassName
{
color: #B55CDB;
}
.AnyTagClassName
{
color: #B55CDB;
}
</style>
background-color css
<style>
a { background-color: #B55CDB; }
a { background-color: rgb(181,92,219); }
div.DivClassName
{
background-color: #B55CDB;
}
.BgClassName
{
background-color: #B55CDB;
}
</style>
border-color css
<style>
span { border-color: #B55CDB; }
span { border-color: rgb(181,92,219); }
td.TdClassName
{
border-color: #B55CDB;
}
.TagClassName
{
border-color: #B55CDB;
}
</style>