Shades of Medium Orchid #B55DDA
Tints of Medium Orchid #B55DDA
RGB
CMYK
RGB Variations
Color information
#B55DDA (or 0xB55DDA) is known color: Medium Orchid. HEX triplet: B5, 5D and DA. RGB value is (181,93,218). Sum of RGB (Red+Green+Blue) = 181+93+218=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #B55DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DDA is #4AA225. Grayscale: #858585. Windows color (decimal): -4891174 or 14310837. OLE color: 14310837.
HSL color Cylindrical-coordinate representation of color #B55DDA: hue angle of 282.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B55DDA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 93 | 218 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.15 |
| HSL | 282.24º | 0.63% | 0.61% | - |
| HSV(B) | 282.24º | 0.57% | 0.85% | - |
| XYZ | 35.63 | 22.71 | 68.84 | - |
| YUV | 133.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 218 | 0.17 | 0.57 | 0 | 0.15 | 282.24 | 0.63 | 0.61 |
| Hex | B5 | 5D | DA | 11 | 39 | 0 | F | 11A | 3F | 3D |
| Octal | 265 | 135 | 332 | 21 | 71 | 0 | 17 | 432 | 77 | 75 |
| Binary | 10110101 | 1011101 | 11011010 | 10001 | 111001 | 0 | 1111 | 100011010 | 111111 | 111101 |
Color Harmonies of #B55DDA
Complementary color
Monochromatic Colors of #B55DDA
Black with #B55DDA
Text Example
Text Example
White with #B55DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DDA; }
p { color: rgb(181,93,218); }
H1.HeaderClassName
{
color: #B55DDA;
}
.AnyTagClassName
{
color: #B55DDA;
}
</style>
background-color css
<style>
a { background-color: #B55DDA; }
a { background-color: rgb(181,93,218); }
div.DivClassName
{
background-color: #B55DDA;
}
.BgClassName
{
background-color: #B55DDA;
}
</style>
border-color css
<style>
span { border-color: #B55DDA; }
span { border-color: rgb(181,93,218); }
td.TdClassName
{
border-color: #B55DDA;
}
.TagClassName
{
border-color: #B55DDA;
}
</style>