Shades of Medium Orchid #B54FDB
Tints of Medium Orchid #B54FDB
RGB
CMYK
RGB Variations
Color information
#B54FDB (or 0xB54FDB) is known color: Medium Orchid. HEX triplet: B5, 4F and DB. RGB value is (181,79,219). Sum of RGB (Red+Green+Blue) = 181+79+219=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FDB is #4AB024. Grayscale: #7D7D7D. Windows color (decimal): -4894757 or 14372789. OLE color: 14372789.
HSL color Cylindrical-coordinate representation of color #B54FDB: hue angle of 283.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54FDB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 79 | 219 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.14 |
| HSL | 283.71º | 0.66% | 0.58% | - |
| HSV(B) | 283.71º | 0.64% | 0.86% | - |
| XYZ | 34.64 | 20.53 | 69.15 | - |
| YUV | 125.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 219 | 0.17 | 0.64 | 0 | 0.14 | 283.71 | 0.66 | 0.58 |
| Hex | B5 | 4F | DB | 11 | 40 | 0 | E | 11C | 42 | 3A |
| Octal | 265 | 117 | 333 | 21 | 100 | 0 | 16 | 434 | 102 | 72 |
| Binary | 10110101 | 1001111 | 11011011 | 10001 | 1000000 | 0 | 1110 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B54FDB
Complementary color
Monochromatic Colors of #B54FDB
Black with #B54FDB
Text Example
Text Example
White with #B54FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FDB; }
p { color: rgb(181,79,219); }
H1.HeaderClassName
{
color: #B54FDB;
}
.AnyTagClassName
{
color: #B54FDB;
}
</style>
background-color css
<style>
a { background-color: #B54FDB; }
a { background-color: rgb(181,79,219); }
div.DivClassName
{
background-color: #B54FDB;
}
.BgClassName
{
background-color: #B54FDB;
}
</style>
border-color css
<style>
span { border-color: #B54FDB; }
span { border-color: rgb(181,79,219); }
td.TdClassName
{
border-color: #B54FDB;
}
.TagClassName
{
border-color: #B54FDB;
}
</style>