Shades of Medium Orchid #B55ADD
Tints of Medium Orchid #B55ADD
RGB
CMYK
RGB Variations
Color information
#B55ADD (or 0xB55ADD) is known color: Medium Orchid. HEX triplet: B5, 5A and DD. RGB value is (181,90,221). Sum of RGB (Red+Green+Blue) = 181+90+221=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B55ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ADD is #4AA522. Grayscale: #838383. Windows color (decimal): -4891939 or 14506677. OLE color: 14506677.
HSL color Cylindrical-coordinate representation of color #B55ADD: hue angle of 281.68º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55ADD is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 90 | 221 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.13 |
| HSL | 281.68º | 0.66% | 0.61% | - |
| HSV(B) | 281.68º | 0.59% | 0.87% | - |
| XYZ | 35.76 | 22.36 | 70.84 | - |
| YUV | 132.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 221 | 0.18 | 0.59 | 0 | 0.13 | 281.68 | 0.66 | 0.61 |
| Hex | B5 | 5A | DD | 12 | 3B | 0 | D | 11A | 42 | 3D |
| Octal | 265 | 132 | 335 | 22 | 73 | 0 | 15 | 432 | 102 | 75 |
| Binary | 10110101 | 1011010 | 11011101 | 10010 | 111011 | 0 | 1101 | 100011010 | 1000010 | 111101 |
Color Harmonies of #B55ADD
Complementary color
Monochromatic Colors of #B55ADD
Black with #B55ADD
Text Example
Text Example
White with #B55ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ADD; }
p { color: rgb(181,90,221); }
H1.HeaderClassName
{
color: #B55ADD;
}
.AnyTagClassName
{
color: #B55ADD;
}
</style>
background-color css
<style>
a { background-color: #B55ADD; }
a { background-color: rgb(181,90,221); }
div.DivClassName
{
background-color: #B55ADD;
}
.BgClassName
{
background-color: #B55ADD;
}
</style>
border-color css
<style>
span { border-color: #B55ADD; }
span { border-color: rgb(181,90,221); }
td.TdClassName
{
border-color: #B55ADD;
}
.TagClassName
{
border-color: #B55ADD;
}
</style>