Shades of Medium Orchid #B54CDB
Tints of Medium Orchid #B54CDB
RGB
CMYK
RGB Variations
Color information
#B54CDB (or 0xB54CDB) is known color: Medium Orchid. HEX triplet: B5, 4C and DB. RGB value is (181,76,219). Sum of RGB (Red+Green+Blue) = 181+76+219=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CDB is #4AB324. Grayscale: #7B7B7B. Windows color (decimal): -4895525 or 14372021. OLE color: 14372021.
HSL color Cylindrical-coordinate representation of color #B54CDB: hue angle of 284.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54CDB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 76 | 219 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.14 |
| HSL | 284.06º | 0.67% | 0.58% | - |
| HSV(B) | 284.06º | 0.65% | 0.86% | - |
| XYZ | 34.43 | 20.11 | 69.08 | - |
| YUV | 123.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 219 | 0.17 | 0.65 | 0 | 0.14 | 284.06 | 0.67 | 0.58 |
| Hex | B5 | 4C | DB | 11 | 41 | 0 | E | 11C | 43 | 3A |
| Octal | 265 | 114 | 333 | 21 | 101 | 0 | 16 | 434 | 103 | 72 |
| Binary | 10110101 | 1001100 | 11011011 | 10001 | 1000001 | 0 | 1110 | 100011100 | 1000011 | 111010 |
Color Harmonies of #B54CDB
Complementary color
Monochromatic Colors of #B54CDB
Black with #B54CDB
Text Example
Text Example
White with #B54CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CDB; }
p { color: rgb(181,76,219); }
H1.HeaderClassName
{
color: #B54CDB;
}
.AnyTagClassName
{
color: #B54CDB;
}
</style>
background-color css
<style>
a { background-color: #B54CDB; }
a { background-color: rgb(181,76,219); }
div.DivClassName
{
background-color: #B54CDB;
}
.BgClassName
{
background-color: #B54CDB;
}
</style>
border-color css
<style>
span { border-color: #B54CDB; }
span { border-color: rgb(181,76,219); }
td.TdClassName
{
border-color: #B54CDB;
}
.TagClassName
{
border-color: #B54CDB;
}
</style>