Shades of Medium Orchid #B54CDA
Tints of Medium Orchid #B54CDA
RGB
CMYK
RGB Variations
Color information
#B54CDA (or 0xB54CDA) is known color: Medium Orchid. HEX triplet: B5, 4C and DA. RGB value is (181,76,218). Sum of RGB (Red+Green+Blue) = 181+76+218=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B54CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CDA is #4AB325. Grayscale: #7B7B7B. Windows color (decimal): -4895526 or 14306485. OLE color: 14306485.
HSL color Cylindrical-coordinate representation of color #B54CDA: hue angle of 284.37º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54CDA is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 76 | 218 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.15 |
| HSL | 284.37º | 0.66% | 0.58% | - |
| HSV(B) | 284.37º | 0.65% | 0.85% | - |
| XYZ | 34.3 | 20.05 | 68.39 | - |
| YUV | 123.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 218 | 0.17 | 0.65 | 0 | 0.15 | 284.37 | 0.66 | 0.58 |
| Hex | B5 | 4C | DA | 11 | 41 | 0 | F | 11C | 42 | 3A |
| Octal | 265 | 114 | 332 | 21 | 101 | 0 | 17 | 434 | 102 | 72 |
| Binary | 10110101 | 1001100 | 11011010 | 10001 | 1000001 | 0 | 1111 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B54CDA
Complementary color
Monochromatic Colors of #B54CDA
Black with #B54CDA
Text Example
Text Example
White with #B54CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CDA; }
p { color: rgb(181,76,218); }
H1.HeaderClassName
{
color: #B54CDA;
}
.AnyTagClassName
{
color: #B54CDA;
}
</style>
background-color css
<style>
a { background-color: #B54CDA; }
a { background-color: rgb(181,76,218); }
div.DivClassName
{
background-color: #B54CDA;
}
.BgClassName
{
background-color: #B54CDA;
}
</style>
border-color css
<style>
span { border-color: #B54CDA; }
span { border-color: rgb(181,76,218); }
td.TdClassName
{
border-color: #B54CDA;
}
.TagClassName
{
border-color: #B54CDA;
}
</style>