Shades of Medium Orchid #B54CCA
Tints of Medium Orchid #B54CCA
RGB
CMYK
RGB Variations
Color information
#B54CCA (or 0xB54CCA) is known color: Medium Orchid. HEX triplet: B5, 4C and CA. RGB value is (181,76,202). Sum of RGB (Red+Green+Blue) = 181+76+202=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #B54CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCA is #4AB335. Grayscale: #797979. Windows color (decimal): -4895542 or 13257909. OLE color: 13257909.
HSL color Cylindrical-coordinate representation of color #B54CCA: hue angle of 290º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54CCA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 76 | 202 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.21 |
| HSL | 290º | 0.54% | 0.55% | - |
| HSV(B) | 290º | 0.62% | 0.79% | - |
| XYZ | 32.3 | 19.26 | 57.89 | - |
| YUV | 121.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 202 | 0.10 | 0.62 | 0 | 0.21 | 290 | 0.54 | 0.55 |
| Hex | B5 | 4C | CA | A | 3E | 0 | 15 | 122 | 36 | 37 |
| Octal | 265 | 114 | 312 | 12 | 76 | 0 | 25 | 442 | 66 | 67 |
| Binary | 10110101 | 1001100 | 11001010 | 1010 | 111110 | 0 | 10101 | 100100010 | 110110 | 110111 |
Color Harmonies of #B54CCA
Complementary color
Monochromatic Colors of #B54CCA
Black with #B54CCA
Text Example
Text Example
White with #B54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CCA; }
p { color: rgb(181,76,202); }
H1.HeaderClassName
{
color: #B54CCA;
}
.AnyTagClassName
{
color: #B54CCA;
}
</style>
background-color css
<style>
a { background-color: #B54CCA; }
a { background-color: rgb(181,76,202); }
div.DivClassName
{
background-color: #B54CCA;
}
.BgClassName
{
background-color: #B54CCA;
}
</style>
border-color css
<style>
span { border-color: #B54CCA; }
span { border-color: rgb(181,76,202); }
td.TdClassName
{
border-color: #B54CCA;
}
.TagClassName
{
border-color: #B54CCA;
}
</style>