Shades of Medium Orchid #B554DC
Tints of Medium Orchid #B554DC
RGB
CMYK
RGB Variations
Color information
#B554DC (or 0xB554DC) is known color: Medium Orchid. HEX triplet: B5, 54 and DC. RGB value is (181,84,220). Sum of RGB (Red+Green+Blue) = 181+84+220=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B554DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554DC is #4AAB23. Grayscale: #808080. Windows color (decimal): -4893476 or 14439605. OLE color: 14439605.
HSL color Cylindrical-coordinate representation of color #B554DC: hue angle of 282.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B554DC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 84 | 220 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.14 |
| HSL | 282.79º | 0.66% | 0.6% | - |
| HSV(B) | 282.79º | 0.62% | 0.86% | - |
| XYZ | 35.14 | 21.33 | 69.98 | - |
| YUV | 128.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 220 | 0.18 | 0.62 | 0 | 0.14 | 282.79 | 0.66 | 0.6 |
| Hex | B5 | 54 | DC | 12 | 3E | 0 | E | 11B | 42 | 3C |
| Octal | 265 | 124 | 334 | 22 | 76 | 0 | 16 | 433 | 102 | 74 |
| Binary | 10110101 | 1010100 | 11011100 | 10010 | 111110 | 0 | 1110 | 100011011 | 1000010 | 111100 |
Color Harmonies of #B554DC
Complementary color
Monochromatic Colors of #B554DC
Black with #B554DC
Text Example
Text Example
White with #B554DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554DC; }
p { color: rgb(181,84,220); }
H1.HeaderClassName
{
color: #B554DC;
}
.AnyTagClassName
{
color: #B554DC;
}
</style>
background-color css
<style>
a { background-color: #B554DC; }
a { background-color: rgb(181,84,220); }
div.DivClassName
{
background-color: #B554DC;
}
.BgClassName
{
background-color: #B554DC;
}
</style>
border-color css
<style>
span { border-color: #B554DC; }
span { border-color: rgb(181,84,220); }
td.TdClassName
{
border-color: #B554DC;
}
.TagClassName
{
border-color: #B554DC;
}
</style>