Shades of Medium Orchid #B54ADD
Tints of Medium Orchid #B54ADD
RGB
CMYK
RGB Variations
Color information
#B54ADD (or 0xB54ADD) is known color: Medium Orchid. HEX triplet: B5, 4A and DD. RGB value is (181,74,221). Sum of RGB (Red+Green+Blue) = 181+74+221=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ADD is #4AB522. Grayscale: #7A7A7A. Windows color (decimal): -4896035 or 14502581. OLE color: 14502581.
HSL color Cylindrical-coordinate representation of color #B54ADD: hue angle of 283.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54ADD is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 74 | 221 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.13 |
| HSL | 283.67º | 0.68% | 0.58% | - |
| HSV(B) | 283.67º | 0.67% | 0.87% | - |
| XYZ | 34.56 | 19.94 | 70.43 | - |
| YUV | 122.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 221 | 0.18 | 0.67 | 0 | 0.13 | 283.67 | 0.68 | 0.58 |
| Hex | B5 | 4A | DD | 12 | 43 | 0 | D | 11C | 44 | 3A |
| Octal | 265 | 112 | 335 | 22 | 103 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110101 | 1001010 | 11011101 | 10010 | 1000011 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B54ADD
Complementary color
Monochromatic Colors of #B54ADD
Black with #B54ADD
Text Example
Text Example
White with #B54ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ADD; }
p { color: rgb(181,74,221); }
H1.HeaderClassName
{
color: #B54ADD;
}
.AnyTagClassName
{
color: #B54ADD;
}
</style>
background-color css
<style>
a { background-color: #B54ADD; }
a { background-color: rgb(181,74,221); }
div.DivClassName
{
background-color: #B54ADD;
}
.BgClassName
{
background-color: #B54ADD;
}
</style>
border-color css
<style>
span { border-color: #B54ADD; }
span { border-color: rgb(181,74,221); }
td.TdClassName
{
border-color: #B54ADD;
}
.TagClassName
{
border-color: #B54ADD;
}
</style>