Shades of Medium Orchid #B547DB
Tints of Medium Orchid #B547DB
RGB
CMYK
RGB Variations
Color information
#B547DB (or 0xB547DB) is known color: Medium Orchid. HEX triplet: B5, 47 and DB. RGB value is (181,71,219). Sum of RGB (Red+Green+Blue) = 181+71+219=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B547DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547DB is #4AB824. Grayscale: #787878. Windows color (decimal): -4896805 or 14370741. OLE color: 14370741.
HSL color Cylindrical-coordinate representation of color #B547DB: hue angle of 284.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B547DB is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 71 | 219 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.14 |
| HSL | 284.59º | 0.67% | 0.57% | - |
| HSV(B) | 284.59º | 0.68% | 0.86% | - |
| XYZ | 34.1 | 19.44 | 68.97 | - |
| YUV | 120.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 219 | 0.17 | 0.68 | 0 | 0.14 | 284.59 | 0.67 | 0.57 |
| Hex | B5 | 47 | DB | 11 | 44 | 0 | E | 11D | 43 | 39 |
| Octal | 265 | 107 | 333 | 21 | 104 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110101 | 1000111 | 11011011 | 10001 | 1000100 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B547DB
Complementary color
Monochromatic Colors of #B547DB
Black with #B547DB
Text Example
Text Example
White with #B547DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547DB; }
p { color: rgb(181,71,219); }
H1.HeaderClassName
{
color: #B547DB;
}
.AnyTagClassName
{
color: #B547DB;
}
</style>
background-color css
<style>
a { background-color: #B547DB; }
a { background-color: rgb(181,71,219); }
div.DivClassName
{
background-color: #B547DB;
}
.BgClassName
{
background-color: #B547DB;
}
</style>
border-color css
<style>
span { border-color: #B547DB; }
span { border-color: rgb(181,71,219); }
td.TdClassName
{
border-color: #B547DB;
}
.TagClassName
{
border-color: #B547DB;
}
</style>