Shades of Medium Orchid #B54BDA
Tints of Medium Orchid #B54BDA
RGB
CMYK
RGB Variations
Color information
#B54BDA (or 0xB54BDA) is known color: Medium Orchid. HEX triplet: B5, 4B and DA. RGB value is (181,75,218). Sum of RGB (Red+Green+Blue) = 181+75+218=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B54BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BDA is #4AB425. Grayscale: #7A7A7A. Windows color (decimal): -4895782 or 14306229. OLE color: 14306229.
HSL color Cylindrical-coordinate representation of color #B54BDA: hue angle of 284.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54BDA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 75 | 218 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.15 |
| HSL | 284.48º | 0.66% | 0.57% | - |
| HSV(B) | 284.48º | 0.66% | 0.85% | - |
| XYZ | 34.23 | 19.92 | 68.37 | - |
| YUV | 123 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 218 | 0.17 | 0.66 | 0 | 0.15 | 284.48 | 0.66 | 0.57 |
| Hex | B5 | 4B | DA | 11 | 42 | 0 | F | 11C | 42 | 39 |
| Octal | 265 | 113 | 332 | 21 | 102 | 0 | 17 | 434 | 102 | 71 |
| Binary | 10110101 | 1001011 | 11011010 | 10001 | 1000010 | 0 | 1111 | 100011100 | 1000010 | 111001 |
Color Harmonies of #B54BDA
Complementary color
Monochromatic Colors of #B54BDA
Black with #B54BDA
Text Example
Text Example
White with #B54BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BDA; }
p { color: rgb(181,75,218); }
H1.HeaderClassName
{
color: #B54BDA;
}
.AnyTagClassName
{
color: #B54BDA;
}
</style>
background-color css
<style>
a { background-color: #B54BDA; }
a { background-color: rgb(181,75,218); }
div.DivClassName
{
background-color: #B54BDA;
}
.BgClassName
{
background-color: #B54BDA;
}
</style>
border-color css
<style>
span { border-color: #B54BDA; }
span { border-color: rgb(181,75,218); }
td.TdClassName
{
border-color: #B54BDA;
}
.TagClassName
{
border-color: #B54BDA;
}
</style>