Shades of Medium Orchid #B55EDC
Tints of Medium Orchid #B55EDC
RGB
CMYK
RGB Variations
Color information
#B55EDC (or 0xB55EDC) is known color: Medium Orchid. HEX triplet: B5, 5E and DC. RGB value is (181,94,220). Sum of RGB (Red+Green+Blue) = 181+94+220=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B55EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EDC is #4AA123. Grayscale: #858585. Windows color (decimal): -4890916 or 14442165. OLE color: 14442165.
HSL color Cylindrical-coordinate representation of color #B55EDC: hue angle of 281.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B55EDC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 94 | 220 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.14 |
| HSL | 281.43º | 0.64% | 0.62% | - |
| HSV(B) | 281.43º | 0.57% | 0.86% | - |
| XYZ | 35.98 | 23 | 70.25 | - |
| YUV | 134.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 220 | 0.18 | 0.57 | 0 | 0.14 | 281.43 | 0.64 | 0.62 |
| Hex | B5 | 5E | DC | 12 | 39 | 0 | E | 119 | 40 | 3E |
| Octal | 265 | 136 | 334 | 22 | 71 | 0 | 16 | 431 | 100 | 76 |
| Binary | 10110101 | 1011110 | 11011100 | 10010 | 111001 | 0 | 1110 | 100011001 | 1000000 | 111110 |
Color Harmonies of #B55EDC
Complementary color
Monochromatic Colors of #B55EDC
Black with #B55EDC
Text Example
Text Example
White with #B55EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EDC; }
p { color: rgb(181,94,220); }
H1.HeaderClassName
{
color: #B55EDC;
}
.AnyTagClassName
{
color: #B55EDC;
}
</style>
background-color css
<style>
a { background-color: #B55EDC; }
a { background-color: rgb(181,94,220); }
div.DivClassName
{
background-color: #B55EDC;
}
.BgClassName
{
background-color: #B55EDC;
}
</style>
border-color css
<style>
span { border-color: #B55EDC; }
span { border-color: rgb(181,94,220); }
td.TdClassName
{
border-color: #B55EDC;
}
.TagClassName
{
border-color: #B55EDC;
}
</style>