Shades of Medium Orchid #B55BDC
Tints of Medium Orchid #B55BDC
RGB
CMYK
RGB Variations
Color information
#B55BDC (or 0xB55BDC) is known color: Medium Orchid. HEX triplet: B5, 5B and DC. RGB value is (181,91,220). Sum of RGB (Red+Green+Blue) = 181+91+220=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B55BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BDC is #4AA423. Grayscale: #848484. Windows color (decimal): -4891684 or 14441397. OLE color: 14441397.
HSL color Cylindrical-coordinate representation of color #B55BDC: hue angle of 281.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55BDC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 91 | 220 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.14 |
| HSL | 281.86º | 0.65% | 0.61% | - |
| HSV(B) | 281.86º | 0.59% | 0.86% | - |
| XYZ | 35.72 | 22.47 | 70.17 | - |
| YUV | 132.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 220 | 0.18 | 0.59 | 0 | 0.14 | 281.86 | 0.65 | 0.61 |
| Hex | B5 | 5B | DC | 12 | 3B | 0 | E | 11A | 41 | 3D |
| Octal | 265 | 133 | 334 | 22 | 73 | 0 | 16 | 432 | 101 | 75 |
| Binary | 10110101 | 1011011 | 11011100 | 10010 | 111011 | 0 | 1110 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B55BDC
Complementary color
Monochromatic Colors of #B55BDC
Black with #B55BDC
Text Example
Text Example
White with #B55BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BDC; }
p { color: rgb(181,91,220); }
H1.HeaderClassName
{
color: #B55BDC;
}
.AnyTagClassName
{
color: #B55BDC;
}
</style>
background-color css
<style>
a { background-color: #B55BDC; }
a { background-color: rgb(181,91,220); }
div.DivClassName
{
background-color: #B55BDC;
}
.BgClassName
{
background-color: #B55BDC;
}
</style>
border-color css
<style>
span { border-color: #B55BDC; }
span { border-color: rgb(181,91,220); }
td.TdClassName
{
border-color: #B55BDC;
}
.TagClassName
{
border-color: #B55BDC;
}
</style>