Shades of Medium Orchid #B54ADB
Tints of Medium Orchid #B54ADB
RGB
CMYK
RGB Variations
Color information
#B54ADB (or 0xB54ADB) is known color: Medium Orchid. HEX triplet: B5, 4A and DB. RGB value is (181,74,219). Sum of RGB (Red+Green+Blue) = 181+74+219=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ADB is #4AB524. Grayscale: #7A7A7A. Windows color (decimal): -4896037 or 14371509. OLE color: 14371509.
HSL color Cylindrical-coordinate representation of color #B54ADB: hue angle of 284.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54ADB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 74 | 219 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.14 |
| HSL | 284.28º | 0.67% | 0.57% | - |
| HSV(B) | 284.28º | 0.66% | 0.86% | - |
| XYZ | 34.29 | 19.84 | 69.04 | - |
| YUV | 122.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 219 | 0.17 | 0.66 | 0 | 0.14 | 284.28 | 0.67 | 0.57 |
| Hex | B5 | 4A | DB | 11 | 42 | 0 | E | 11C | 43 | 39 |
| Octal | 265 | 112 | 333 | 21 | 102 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110101 | 1001010 | 11011011 | 10001 | 1000010 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B54ADB
Complementary color
Monochromatic Colors of #B54ADB
Black with #B54ADB
Text Example
Text Example
White with #B54ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ADB; }
p { color: rgb(181,74,219); }
H1.HeaderClassName
{
color: #B54ADB;
}
.AnyTagClassName
{
color: #B54ADB;
}
</style>
background-color css
<style>
a { background-color: #B54ADB; }
a { background-color: rgb(181,74,219); }
div.DivClassName
{
background-color: #B54ADB;
}
.BgClassName
{
background-color: #B54ADB;
}
</style>
border-color css
<style>
span { border-color: #B54ADB; }
span { border-color: rgb(181,74,219); }
td.TdClassName
{
border-color: #B54ADB;
}
.TagClassName
{
border-color: #B54ADB;
}
</style>