Shades of Medium Orchid #B54DD5
Tints of Medium Orchid #B54DD5
RGB
CMYK
RGB Variations
Color information
#B54DD5 (or 0xB54DD5) is known color: Medium Orchid. HEX triplet: B5, 4D and D5. RGB value is (181,77,213). Sum of RGB (Red+Green+Blue) = 181+77+213=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #B54DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD5 is #4AB22A. Grayscale: #7B7B7B. Windows color (decimal): -4895275 or 13979061. OLE color: 13979061.
HSL color Cylindrical-coordinate representation of color #B54DD5: hue angle of 285.88º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54DD5 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 77 | 213 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.16 |
| HSL | 285.88º | 0.62% | 0.57% | - |
| HSV(B) | 285.88º | 0.64% | 0.84% | - |
| XYZ | 33.72 | 19.94 | 65.02 | - |
| YUV | 123.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 213 | 0.15 | 0.64 | 0 | 0.16 | 285.88 | 0.62 | 0.57 |
| Hex | B5 | 4D | D5 | F | 40 | 0 | 10 | 11E | 3E | 39 |
| Octal | 265 | 115 | 325 | 17 | 100 | 0 | 20 | 436 | 76 | 71 |
| Binary | 10110101 | 1001101 | 11010101 | 1111 | 1000000 | 0 | 10000 | 100011110 | 111110 | 111001 |
Color Harmonies of #B54DD5
Complementary color
Monochromatic Colors of #B54DD5
Black with #B54DD5
Text Example
Text Example
White with #B54DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DD5; }
p { color: rgb(181,77,213); }
H1.HeaderClassName
{
color: #B54DD5;
}
.AnyTagClassName
{
color: #B54DD5;
}
</style>
background-color css
<style>
a { background-color: #B54DD5; }
a { background-color: rgb(181,77,213); }
div.DivClassName
{
background-color: #B54DD5;
}
.BgClassName
{
background-color: #B54DD5;
}
</style>
border-color css
<style>
span { border-color: #B54DD5; }
span { border-color: rgb(181,77,213); }
td.TdClassName
{
border-color: #B54DD5;
}
.TagClassName
{
border-color: #B54DD5;
}
</style>