Shades of Medium Orchid #B54BEB
Tints of Medium Orchid #B54BEB
RGB
CMYK
RGB Variations
Color information
#B54BEB (or 0xB54BEB) is known color: Medium Orchid. HEX triplet: B5, 4B and EB. RGB value is (181,75,235). Sum of RGB (Red+Green+Blue) = 181+75+235=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #B54BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54BEB is #4AB414. Grayscale: #7C7C7C. Windows color (decimal): -4895765 or 15420341. OLE color: 15420341.
HSL color Cylindrical-coordinate representation of color #B54BEB: hue angle of 279.75º 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 #B54BEB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 75 | 235 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.08 |
| HSL | 279.75º | 0.8% | 0.61% | - |
| HSV(B) | 279.75º | 0.68% | 0.92% | - |
| XYZ | 36.57 | 20.85 | 80.7 | - |
| YUV | 124.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 235 | 0.23 | 0.68 | 0 | 0.08 | 279.75 | 0.8 | 0.61 |
| Hex | B5 | 4B | EB | 17 | 44 | 0 | 8 | 118 | 50 | 3D |
| Octal | 265 | 113 | 353 | 27 | 104 | 0 | 10 | 430 | 120 | 75 |
| Binary | 10110101 | 1001011 | 11101011 | 10111 | 1000100 | 0 | 1000 | 100011000 | 1010000 | 111101 |
Color Harmonies of #B54BEB
Complementary color
Monochromatic Colors of #B54BEB
Black with #B54BEB
Text Example
Text Example
White with #B54BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BEB; }
p { color: rgb(181,75,235); }
H1.HeaderClassName
{
color: #B54BEB;
}
.AnyTagClassName
{
color: #B54BEB;
}
</style>
background-color css
<style>
a { background-color: #B54BEB; }
a { background-color: rgb(181,75,235); }
div.DivClassName
{
background-color: #B54BEB;
}
.BgClassName
{
background-color: #B54BEB;
}
</style>
border-color css
<style>
span { border-color: #B54BEB; }
span { border-color: rgb(181,75,235); }
td.TdClassName
{
border-color: #B54BEB;
}
.TagClassName
{
border-color: #B54BEB;
}
</style>