Shades of Medium Orchid #B541DB
Tints of Medium Orchid #B541DB
RGB
CMYK
RGB Variations
Color information
#B541DB (or 0xB541DB) is known color: Medium Orchid. HEX triplet: B5, 41 and DB. RGB value is (181,65,219). Sum of RGB (Red+Green+Blue) = 181+65+219=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B541DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541DB is #4ABE24. Grayscale: #747474. Windows color (decimal): -4898341 or 14369205. OLE color: 14369205.
HSL color Cylindrical-coordinate representation of color #B541DB: hue angle of 285.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B541DB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 65 | 219 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.14 |
| HSL | 285.19º | 0.68% | 0.56% | - |
| HSV(B) | 285.19º | 0.7% | 0.86% | - |
| XYZ | 33.73 | 18.72 | 68.85 | - |
| YUV | 117.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 219 | 0.17 | 0.70 | 0 | 0.14 | 285.19 | 0.68 | 0.56 |
| Hex | B5 | 41 | DB | 11 | 46 | 0 | E | 11D | 44 | 38 |
| Octal | 265 | 101 | 333 | 21 | 106 | 0 | 16 | 435 | 104 | 70 |
| Binary | 10110101 | 1000001 | 11011011 | 10001 | 1000110 | 0 | 1110 | 100011101 | 1000100 | 111000 |
Color Harmonies of #B541DB
Complementary color
Monochromatic Colors of #B541DB
Black with #B541DB
Text Example
Text Example
White with #B541DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541DB; }
p { color: rgb(181,65,219); }
H1.HeaderClassName
{
color: #B541DB;
}
.AnyTagClassName
{
color: #B541DB;
}
</style>
background-color css
<style>
a { background-color: #B541DB; }
a { background-color: rgb(181,65,219); }
div.DivClassName
{
background-color: #B541DB;
}
.BgClassName
{
background-color: #B541DB;
}
</style>
border-color css
<style>
span { border-color: #B541DB; }
span { border-color: rgb(181,65,219); }
td.TdClassName
{
border-color: #B541DB;
}
.TagClassName
{
border-color: #B541DB;
}
</style>