Shades of Medium Orchid #B55CDD
Tints of Medium Orchid #B55CDD
RGB
CMYK
RGB Variations
Color information
#B55CDD (or 0xB55CDD) is known color: Medium Orchid. HEX triplet: B5, 5C and DD. RGB value is (181,92,221). Sum of RGB (Red+Green+Blue) = 181+92+221=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B55CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CDD is #4AA322. Grayscale: #848484. Windows color (decimal): -4891427 or 14507189. OLE color: 14507189.
HSL color Cylindrical-coordinate representation of color #B55CDD: hue angle of 281.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55CDD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 92 | 221 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.13 |
| HSL | 281.4º | 0.65% | 0.61% | - |
| HSV(B) | 281.4º | 0.58% | 0.87% | - |
| XYZ | 35.93 | 22.7 | 70.89 | - |
| YUV | 133.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 221 | 0.18 | 0.58 | 0 | 0.13 | 281.4 | 0.65 | 0.61 |
| Hex | B5 | 5C | DD | 12 | 3A | 0 | D | 119 | 41 | 3D |
| Octal | 265 | 134 | 335 | 22 | 72 | 0 | 15 | 431 | 101 | 75 |
| Binary | 10110101 | 1011100 | 11011101 | 10010 | 111010 | 0 | 1101 | 100011001 | 1000001 | 111101 |
Color Harmonies of #B55CDD
Complementary color
Monochromatic Colors of #B55CDD
Black with #B55CDD
Text Example
Text Example
White with #B55CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CDD; }
p { color: rgb(181,92,221); }
H1.HeaderClassName
{
color: #B55CDD;
}
.AnyTagClassName
{
color: #B55CDD;
}
</style>
background-color css
<style>
a { background-color: #B55CDD; }
a { background-color: rgb(181,92,221); }
div.DivClassName
{
background-color: #B55CDD;
}
.BgClassName
{
background-color: #B55CDD;
}
</style>
border-color css
<style>
span { border-color: #B55CDD; }
span { border-color: rgb(181,92,221); }
td.TdClassName
{
border-color: #B55CDD;
}
.TagClassName
{
border-color: #B55CDD;
}
</style>