Shades of Medium Orchid #B55AD8
Tints of Medium Orchid #B55AD8
RGB
CMYK
RGB Variations
Color information
#B55AD8 (or 0xB55AD8) is known color: Medium Orchid. HEX triplet: B5, 5A and D8. RGB value is (181,90,216). Sum of RGB (Red+Green+Blue) = 181+90+216=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #B55AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AD8 is #4AA527. Grayscale: #838383. Windows color (decimal): -4891944 or 14178997. OLE color: 14178997.
HSL color Cylindrical-coordinate representation of color #B55AD8: hue angle of 283.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55AD8 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 90 | 216 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.15 |
| HSL | 283.33º | 0.62% | 0.6% | - |
| HSV(B) | 283.33º | 0.58% | 0.85% | - |
| XYZ | 35.11 | 22.09 | 67.38 | - |
| YUV | 131.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 216 | 0.16 | 0.58 | 0 | 0.15 | 283.33 | 0.62 | 0.6 |
| Hex | B5 | 5A | D8 | 10 | 3A | 0 | F | 11B | 3E | 3C |
| Octal | 265 | 132 | 330 | 20 | 72 | 0 | 17 | 433 | 76 | 74 |
| Binary | 10110101 | 1011010 | 11011000 | 10000 | 111010 | 0 | 1111 | 100011011 | 111110 | 111100 |
Color Harmonies of #B55AD8
Complementary color
Monochromatic Colors of #B55AD8
Black with #B55AD8
Text Example
Text Example
White with #B55AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AD8; }
p { color: rgb(181,90,216); }
H1.HeaderClassName
{
color: #B55AD8;
}
.AnyTagClassName
{
color: #B55AD8;
}
</style>
background-color css
<style>
a { background-color: #B55AD8; }
a { background-color: rgb(181,90,216); }
div.DivClassName
{
background-color: #B55AD8;
}
.BgClassName
{
background-color: #B55AD8;
}
</style>
border-color css
<style>
span { border-color: #B55AD8; }
span { border-color: rgb(181,90,216); }
td.TdClassName
{
border-color: #B55AD8;
}
.TagClassName
{
border-color: #B55AD8;
}
</style>