Shades of Medium Orchid #B55FDB
Tints of Medium Orchid #B55FDB
RGB
CMYK
RGB Variations
Color information
#B55FDB (or 0xB55FDB) is known color: Medium Orchid. HEX triplet: B5, 5F and DB. RGB value is (181,95,219). Sum of RGB (Red+Green+Blue) = 181+95+219=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B55FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FDB is #4AA024. Grayscale: #868686. Windows color (decimal): -4890661 or 14376885. OLE color: 14376885.
HSL color Cylindrical-coordinate representation of color #B55FDB: hue angle of 281.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B55FDB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 95 | 219 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.14 |
| HSL | 281.61º | 0.63% | 0.62% | - |
| HSV(B) | 281.61º | 0.57% | 0.86% | - |
| XYZ | 35.93 | 23.12 | 69.59 | - |
| YUV | 134.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 219 | 0.17 | 0.57 | 0 | 0.14 | 281.61 | 0.63 | 0.62 |
| Hex | B5 | 5F | DB | 11 | 39 | 0 | E | 11A | 3F | 3E |
| Octal | 265 | 137 | 333 | 21 | 71 | 0 | 16 | 432 | 77 | 76 |
| Binary | 10110101 | 1011111 | 11011011 | 10001 | 111001 | 0 | 1110 | 100011010 | 111111 | 111110 |
Color Harmonies of #B55FDB
Complementary color
Monochromatic Colors of #B55FDB
Black with #B55FDB
Text Example
Text Example
White with #B55FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FDB; }
p { color: rgb(181,95,219); }
H1.HeaderClassName
{
color: #B55FDB;
}
.AnyTagClassName
{
color: #B55FDB;
}
</style>
background-color css
<style>
a { background-color: #B55FDB; }
a { background-color: rgb(181,95,219); }
div.DivClassName
{
background-color: #B55FDB;
}
.BgClassName
{
background-color: #B55FDB;
}
</style>
border-color css
<style>
span { border-color: #B55FDB; }
span { border-color: rgb(181,95,219); }
td.TdClassName
{
border-color: #B55FDB;
}
.TagClassName
{
border-color: #B55FDB;
}
</style>