Shades of Medium Orchid #B55AD6
Tints of Medium Orchid #B55AD6
RGB
CMYK
RGB Variations
Color information
#B55AD6 (or 0xB55AD6) is known color: Medium Orchid. HEX triplet: B5, 5A and D6. RGB value is (181,90,214). Sum of RGB (Red+Green+Blue) = 181+90+214=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #B55AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AD6 is #4AA529. Grayscale: #828282. Windows color (decimal): -4891946 or 14047925. OLE color: 14047925.
HSL color Cylindrical-coordinate representation of color #B55AD6: hue angle of 284.03º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55AD6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 90 | 214 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.16 |
| HSL | 284.03º | 0.6% | 0.6% | - |
| HSV(B) | 284.03º | 0.58% | 0.84% | - |
| XYZ | 34.85 | 21.99 | 66.03 | - |
| YUV | 131.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 214 | 0.15 | 0.58 | 0 | 0.16 | 284.03 | 0.6 | 0.6 |
| Hex | B5 | 5A | D6 | F | 3A | 0 | 10 | 11C | 3C | 3C |
| Octal | 265 | 132 | 326 | 17 | 72 | 0 | 20 | 434 | 74 | 74 |
| Binary | 10110101 | 1011010 | 11010110 | 1111 | 111010 | 0 | 10000 | 100011100 | 111100 | 111100 |
Color Harmonies of #B55AD6
Complementary color
Monochromatic Colors of #B55AD6
Black with #B55AD6
Text Example
Text Example
White with #B55AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AD6; }
p { color: rgb(181,90,214); }
H1.HeaderClassName
{
color: #B55AD6;
}
.AnyTagClassName
{
color: #B55AD6;
}
</style>
background-color css
<style>
a { background-color: #B55AD6; }
a { background-color: rgb(181,90,214); }
div.DivClassName
{
background-color: #B55AD6;
}
.BgClassName
{
background-color: #B55AD6;
}
</style>
border-color css
<style>
span { border-color: #B55AD6; }
span { border-color: rgb(181,90,214); }
td.TdClassName
{
border-color: #B55AD6;
}
.TagClassName
{
border-color: #B55AD6;
}
</style>