Shades of Medium Orchid #B54CEB
Tints of Medium Orchid #B54CEB
RGB
CMYK
RGB Variations
Color information
#B54CEB (or 0xB54CEB) is known color: Medium Orchid. HEX triplet: B5, 4C and EB. RGB value is (181,76,235). Sum of RGB (Red+Green+Blue) = 181+76+235=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #B54CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CEB is #4AB314. Grayscale: #7C7C7C. Windows color (decimal): -4895509 or 15420597. OLE color: 15420597.
HSL color Cylindrical-coordinate representation of color #B54CEB: hue angle of 279.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54CEB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 76 | 235 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.08 |
| HSL | 279.62º | 0.8% | 0.61% | - |
| HSV(B) | 279.62º | 0.68% | 0.92% | - |
| XYZ | 36.64 | 20.99 | 80.72 | - |
| YUV | 125.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 235 | 0.23 | 0.68 | 0 | 0.08 | 279.62 | 0.8 | 0.61 |
| Hex | B5 | 4C | EB | 17 | 44 | 0 | 8 | 118 | 50 | 3D |
| Octal | 265 | 114 | 353 | 27 | 104 | 0 | 10 | 430 | 120 | 75 |
| Binary | 10110101 | 1001100 | 11101011 | 10111 | 1000100 | 0 | 1000 | 100011000 | 1010000 | 111101 |
Color Harmonies of #B54CEB
Complementary color
Monochromatic Colors of #B54CEB
Black with #B54CEB
Text Example
Text Example
White with #B54CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CEB; }
p { color: rgb(181,76,235); }
H1.HeaderClassName
{
color: #B54CEB;
}
.AnyTagClassName
{
color: #B54CEB;
}
</style>
background-color css
<style>
a { background-color: #B54CEB; }
a { background-color: rgb(181,76,235); }
div.DivClassName
{
background-color: #B54CEB;
}
.BgClassName
{
background-color: #B54CEB;
}
</style>
border-color css
<style>
span { border-color: #B54CEB; }
span { border-color: rgb(181,76,235); }
td.TdClassName
{
border-color: #B54CEB;
}
.TagClassName
{
border-color: #B54CEB;
}
</style>