Shades of Medium Orchid #B55DD0
Tints of Medium Orchid #B55DD0
RGB
CMYK
RGB Variations
Color information
#B55DD0 (or 0xB55DD0) is known color: Medium Orchid. HEX triplet: B5, 5D and D0. RGB value is (181,93,208). Sum of RGB (Red+Green+Blue) = 181+93+208=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #B55DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DD0 is #4AA22F. Grayscale: #848484. Windows color (decimal): -4891184 or 13655477. OLE color: 13655477.
HSL color Cylindrical-coordinate representation of color #B55DD0: hue angle of 285.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55DD0 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 93 | 208 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.18 |
| HSL | 285.91º | 0.55% | 0.59% | - |
| HSV(B) | 285.91º | 0.55% | 0.82% | - |
| XYZ | 34.36 | 22.21 | 62.15 | - |
| YUV | 132.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 208 | 0.13 | 0.55 | 0 | 0.18 | 285.91 | 0.55 | 0.59 |
| Hex | B5 | 5D | D0 | D | 37 | 0 | 12 | 11E | 37 | 3B |
| Octal | 265 | 135 | 320 | 15 | 67 | 0 | 22 | 436 | 67 | 73 |
| Binary | 10110101 | 1011101 | 11010000 | 1101 | 110111 | 0 | 10010 | 100011110 | 110111 | 111011 |
Color Harmonies of #B55DD0
Complementary color
Monochromatic Colors of #B55DD0
Black with #B55DD0
Text Example
Text Example
White with #B55DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DD0; }
p { color: rgb(181,93,208); }
H1.HeaderClassName
{
color: #B55DD0;
}
.AnyTagClassName
{
color: #B55DD0;
}
</style>
background-color css
<style>
a { background-color: #B55DD0; }
a { background-color: rgb(181,93,208); }
div.DivClassName
{
background-color: #B55DD0;
}
.BgClassName
{
background-color: #B55DD0;
}
</style>
border-color css
<style>
span { border-color: #B55DD0; }
span { border-color: rgb(181,93,208); }
td.TdClassName
{
border-color: #B55DD0;
}
.TagClassName
{
border-color: #B55DD0;
}
</style>