Shades of Medium Orchid #B54FDD
Tints of Medium Orchid #B54FDD
RGB
CMYK
RGB Variations
Color information
#B54FDD (or 0xB54FDD) is known color: Medium Orchid. HEX triplet: B5, 4F and DD. RGB value is (181,79,221). Sum of RGB (Red+Green+Blue) = 181+79+221=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FDD is #4AB022. Grayscale: #7D7D7D. Windows color (decimal): -4894755 or 14503861. OLE color: 14503861.
HSL color Cylindrical-coordinate representation of color #B54FDD: hue angle of 283.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54FDD is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 79 | 221 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.13 |
| HSL | 283.1º | 0.68% | 0.59% | - |
| HSV(B) | 283.1º | 0.64% | 0.87% | - |
| XYZ | 34.9 | 20.64 | 70.55 | - |
| YUV | 125.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 221 | 0.18 | 0.64 | 0 | 0.13 | 283.1 | 0.68 | 0.59 |
| Hex | B5 | 4F | DD | 12 | 40 | 0 | D | 11B | 44 | 3B |
| Octal | 265 | 117 | 335 | 22 | 100 | 0 | 15 | 433 | 104 | 73 |
| Binary | 10110101 | 1001111 | 11011101 | 10010 | 1000000 | 0 | 1101 | 100011011 | 1000100 | 111011 |
Color Harmonies of #B54FDD
Complementary color
Monochromatic Colors of #B54FDD
Black with #B54FDD
Text Example
Text Example
White with #B54FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FDD; }
p { color: rgb(181,79,221); }
H1.HeaderClassName
{
color: #B54FDD;
}
.AnyTagClassName
{
color: #B54FDD;
}
</style>
background-color css
<style>
a { background-color: #B54FDD; }
a { background-color: rgb(181,79,221); }
div.DivClassName
{
background-color: #B54FDD;
}
.BgClassName
{
background-color: #B54FDD;
}
</style>
border-color css
<style>
span { border-color: #B54FDD; }
span { border-color: rgb(181,79,221); }
td.TdClassName
{
border-color: #B54FDD;
}
.TagClassName
{
border-color: #B54FDD;
}
</style>