Shades of Medium Orchid #B55DCC
Tints of Medium Orchid #B55DCC
RGB
CMYK
RGB Variations
Color information
#B55DCC (or 0xB55DCC) is known color: Medium Orchid. HEX triplet: B5, 5D and CC. RGB value is (181,93,204). Sum of RGB (Red+Green+Blue) = 181+93+204=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCC is #4AA233. Grayscale: #838383. Windows color (decimal): -4891188 or 13393333. OLE color: 13393333.
HSL color Cylindrical-coordinate representation of color #B55DCC: hue angle of 287.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55DCC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 93 | 204 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.2 |
| HSL | 287.57º | 0.52% | 0.58% | - |
| HSV(B) | 287.57º | 0.54% | 0.8% | - |
| XYZ | 33.87 | 22.01 | 59.59 | - |
| YUV | 131.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 204 | 0.11 | 0.54 | 0 | 0.2 | 287.57 | 0.52 | 0.58 |
| Hex | B5 | 5D | CC | B | 36 | 0 | 14 | 120 | 34 | 3A |
| Octal | 265 | 135 | 314 | 13 | 66 | 0 | 24 | 440 | 64 | 72 |
| Binary | 10110101 | 1011101 | 11001100 | 1011 | 110110 | 0 | 10100 | 100100000 | 110100 | 111010 |
Color Harmonies of #B55DCC
Complementary color
Monochromatic Colors of #B55DCC
Black with #B55DCC
Text Example
Text Example
White with #B55DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DCC; }
p { color: rgb(181,93,204); }
H1.HeaderClassName
{
color: #B55DCC;
}
.AnyTagClassName
{
color: #B55DCC;
}
</style>
background-color css
<style>
a { background-color: #B55DCC; }
a { background-color: rgb(181,93,204); }
div.DivClassName
{
background-color: #B55DCC;
}
.BgClassName
{
background-color: #B55DCC;
}
</style>
border-color css
<style>
span { border-color: #B55DCC; }
span { border-color: rgb(181,93,204); }
td.TdClassName
{
border-color: #B55DCC;
}
.TagClassName
{
border-color: #B55DCC;
}
</style>