Shades of Medium Orchid #B54BDD
Tints of Medium Orchid #B54BDD
RGB
CMYK
RGB Variations
Color information
#B54BDD (or 0xB54BDD) is known color: Medium Orchid. HEX triplet: B5, 4B and DD. RGB value is (181,75,221). Sum of RGB (Red+Green+Blue) = 181+75+221=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BDD is #4AB422. Grayscale: #7A7A7A. Windows color (decimal): -4895779 or 14502837. OLE color: 14502837.
HSL color Cylindrical-coordinate representation of color #B54BDD: hue angle of 283.56º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54BDD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 75 | 221 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.13 |
| HSL | 283.56º | 0.68% | 0.58% | - |
| HSV(B) | 283.56º | 0.66% | 0.87% | - |
| XYZ | 34.62 | 20.08 | 70.46 | - |
| YUV | 123.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 221 | 0.18 | 0.66 | 0 | 0.13 | 283.56 | 0.68 | 0.58 |
| Hex | B5 | 4B | DD | 12 | 42 | 0 | D | 11C | 44 | 3A |
| Octal | 265 | 113 | 335 | 22 | 102 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110101 | 1001011 | 11011101 | 10010 | 1000010 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B54BDD
Complementary color
Monochromatic Colors of #B54BDD
Black with #B54BDD
Text Example
Text Example
White with #B54BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BDD; }
p { color: rgb(181,75,221); }
H1.HeaderClassName
{
color: #B54BDD;
}
.AnyTagClassName
{
color: #B54BDD;
}
</style>
background-color css
<style>
a { background-color: #B54BDD; }
a { background-color: rgb(181,75,221); }
div.DivClassName
{
background-color: #B54BDD;
}
.BgClassName
{
background-color: #B54BDD;
}
</style>
border-color css
<style>
span { border-color: #B54BDD; }
span { border-color: rgb(181,75,221); }
td.TdClassName
{
border-color: #B54BDD;
}
.TagClassName
{
border-color: #B54BDD;
}
</style>