Shades of Medium Orchid #B553DD
Tints of Medium Orchid #B553DD
RGB
CMYK
RGB Variations
Color information
#B553DD (or 0xB553DD) is known color: Medium Orchid. HEX triplet: B5, 53 and DD. RGB value is (181,83,221). Sum of RGB (Red+Green+Blue) = 181+83+221=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B553DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553DD is #4AAC22. Grayscale: #7F7F7F. Windows color (decimal): -4893731 or 14504885. OLE color: 14504885.
HSL color Cylindrical-coordinate representation of color #B553DD: hue angle of 282.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B553DD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 83 | 221 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.13 |
| HSL | 282.61º | 0.67% | 0.6% | - |
| HSV(B) | 282.61º | 0.62% | 0.87% | - |
| XYZ | 35.2 | 21.23 | 70.65 | - |
| YUV | 128.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 221 | 0.18 | 0.62 | 0 | 0.13 | 282.61 | 0.67 | 0.6 |
| Hex | B5 | 53 | DD | 12 | 3E | 0 | D | 11B | 43 | 3C |
| Octal | 265 | 123 | 335 | 22 | 76 | 0 | 15 | 433 | 103 | 74 |
| Binary | 10110101 | 1010011 | 11011101 | 10010 | 111110 | 0 | 1101 | 100011011 | 1000011 | 111100 |
Color Harmonies of #B553DD
Complementary color
Monochromatic Colors of #B553DD
Black with #B553DD
Text Example
Text Example
White with #B553DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B553DD; }
p { color: rgb(181,83,221); }
H1.HeaderClassName
{
color: #B553DD;
}
.AnyTagClassName
{
color: #B553DD;
}
</style>
background-color css
<style>
a { background-color: #B553DD; }
a { background-color: rgb(181,83,221); }
div.DivClassName
{
background-color: #B553DD;
}
.BgClassName
{
background-color: #B553DD;
}
</style>
border-color css
<style>
span { border-color: #B553DD; }
span { border-color: rgb(181,83,221); }
td.TdClassName
{
border-color: #B553DD;
}
.TagClassName
{
border-color: #B553DD;
}
</style>