Shades of Medium Orchid #B54BDB
Tints of Medium Orchid #B54BDB
RGB
CMYK
RGB Variations
Color information
#B54BDB (or 0xB54BDB) is known color: Medium Orchid. HEX triplet: B5, 4B and DB. RGB value is (181,75,219). Sum of RGB (Red+Green+Blue) = 181+75+219=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BDB is #4AB424. Grayscale: #7A7A7A. Windows color (decimal): -4895781 or 14371765. OLE color: 14371765.
HSL color Cylindrical-coordinate representation of color #B54BDB: hue angle of 284.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54BDB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 75 | 219 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.14 |
| HSL | 284.17º | 0.67% | 0.58% | - |
| HSV(B) | 284.17º | 0.66% | 0.86% | - |
| XYZ | 34.36 | 19.97 | 69.06 | - |
| YUV | 123.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 219 | 0.17 | 0.66 | 0 | 0.14 | 284.17 | 0.67 | 0.58 |
| Hex | B5 | 4B | DB | 11 | 42 | 0 | E | 11C | 43 | 3A |
| Octal | 265 | 113 | 333 | 21 | 102 | 0 | 16 | 434 | 103 | 72 |
| Binary | 10110101 | 1001011 | 11011011 | 10001 | 1000010 | 0 | 1110 | 100011100 | 1000011 | 111010 |
Color Harmonies of #B54BDB
Complementary color
Monochromatic Colors of #B54BDB
Black with #B54BDB
Text Example
Text Example
White with #B54BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BDB; }
p { color: rgb(181,75,219); }
H1.HeaderClassName
{
color: #B54BDB;
}
.AnyTagClassName
{
color: #B54BDB;
}
</style>
background-color css
<style>
a { background-color: #B54BDB; }
a { background-color: rgb(181,75,219); }
div.DivClassName
{
background-color: #B54BDB;
}
.BgClassName
{
background-color: #B54BDB;
}
</style>
border-color css
<style>
span { border-color: #B54BDB; }
span { border-color: rgb(181,75,219); }
td.TdClassName
{
border-color: #B54BDB;
}
.TagClassName
{
border-color: #B54BDB;
}
</style>