Shades of Medium Orchid #B554E0
Tints of Medium Orchid #B554E0
RGB
CMYK
RGB Variations
Color information
#B554E0 (or 0xB554E0) is known color: Medium Orchid. HEX triplet: B5, 54 and E0. RGB value is (181,84,224). Sum of RGB (Red+Green+Blue) = 181+84+224=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #B554E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554E0 is #4AAB1F. Grayscale: #808080. Windows color (decimal): -4893472 or 14701749. OLE color: 14701749.
HSL color Cylindrical-coordinate representation of color #B554E0: hue angle of 281.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B554E0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 84 | 224 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.12 |
| HSL | 281.57º | 0.69% | 0.6% | - |
| HSV(B) | 281.57º | 0.63% | 0.88% | - |
| XYZ | 35.68 | 21.55 | 72.8 | - |
| YUV | 128.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 224 | 0.19 | 0.62 | 0 | 0.12 | 281.57 | 0.69 | 0.6 |
| Hex | B5 | 54 | E0 | 13 | 3E | 0 | C | 11A | 45 | 3C |
| Octal | 265 | 124 | 340 | 23 | 76 | 0 | 14 | 432 | 105 | 74 |
| Binary | 10110101 | 1010100 | 11100000 | 10011 | 111110 | 0 | 1100 | 100011010 | 1000101 | 111100 |
Color Harmonies of #B554E0
Complementary color
Monochromatic Colors of #B554E0
Black with #B554E0
Text Example
Text Example
White with #B554E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554E0; }
p { color: rgb(181,84,224); }
H1.HeaderClassName
{
color: #B554E0;
}
.AnyTagClassName
{
color: #B554E0;
}
</style>
background-color css
<style>
a { background-color: #B554E0; }
a { background-color: rgb(181,84,224); }
div.DivClassName
{
background-color: #B554E0;
}
.BgClassName
{
background-color: #B554E0;
}
</style>
border-color css
<style>
span { border-color: #B554E0; }
span { border-color: rgb(181,84,224); }
td.TdClassName
{
border-color: #B554E0;
}
.TagClassName
{
border-color: #B554E0;
}
</style>