Shades of Medium Orchid #B55BCD
Tints of Medium Orchid #B55BCD
RGB
CMYK
RGB Variations
Color information
#B55BCD (or 0xB55BCD) is known color: Medium Orchid. HEX triplet: B5, 5B and CD. RGB value is (181,91,205). Sum of RGB (Red+Green+Blue) = 181+91+205=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B55BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BCD is #4AA432. Grayscale: #828282. Windows color (decimal): -4891699 or 13458357. OLE color: 13458357.
HSL color Cylindrical-coordinate representation of color #B55BCD: hue angle of 287.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55BCD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 91 | 205 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.20 |
| HSL | 287.37º | 0.53% | 0.58% | - |
| HSV(B) | 287.37º | 0.56% | 0.8% | - |
| XYZ | 33.82 | 21.71 | 60.17 | - |
| YUV | 130.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 205 | 0.12 | 0.56 | 0 | 0.20 | 287.37 | 0.53 | 0.58 |
| Hex | B5 | 5B | CD | C | 38 | 0 | 14 | 11F | 35 | 3A |
| Octal | 265 | 133 | 315 | 14 | 70 | 0 | 24 | 437 | 65 | 72 |
| Binary | 10110101 | 1011011 | 11001101 | 1100 | 111000 | 0 | 10100 | 100011111 | 110101 | 111010 |
Color Harmonies of #B55BCD
Complementary color
Monochromatic Colors of #B55BCD
Black with #B55BCD
Text Example
Text Example
White with #B55BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BCD; }
p { color: rgb(181,91,205); }
H1.HeaderClassName
{
color: #B55BCD;
}
.AnyTagClassName
{
color: #B55BCD;
}
</style>
background-color css
<style>
a { background-color: #B55BCD; }
a { background-color: rgb(181,91,205); }
div.DivClassName
{
background-color: #B55BCD;
}
.BgClassName
{
background-color: #B55BCD;
}
</style>
border-color css
<style>
span { border-color: #B55BCD; }
span { border-color: rgb(181,91,205); }
td.TdClassName
{
border-color: #B55BCD;
}
.TagClassName
{
border-color: #B55BCD;
}
</style>