Shades of Medium Orchid #B55ADC
Tints of Medium Orchid #B55ADC
RGB
CMYK
RGB Variations
Color information
#B55ADC (or 0xB55ADC) is known color: Medium Orchid. HEX triplet: B5, 5A and DC. RGB value is (181,90,220). Sum of RGB (Red+Green+Blue) = 181+90+220=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #B55ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ADC is #4AA523. Grayscale: #838383. Windows color (decimal): -4891940 or 14441141. OLE color: 14441141.
HSL color Cylindrical-coordinate representation of color #B55ADC: hue angle of 282º 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 #B55ADC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 90 | 220 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.14 |
| HSL | 282º | 0.65% | 0.61% | - |
| HSV(B) | 282º | 0.59% | 0.86% | - |
| XYZ | 35.63 | 22.3 | 70.14 | - |
| YUV | 132.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 220 | 0.18 | 0.59 | 0 | 0.14 | 282 | 0.65 | 0.61 |
| Hex | B5 | 5A | DC | 12 | 3B | 0 | E | 11A | 41 | 3D |
| Octal | 265 | 132 | 334 | 22 | 73 | 0 | 16 | 432 | 101 | 75 |
| Binary | 10110101 | 1011010 | 11011100 | 10010 | 111011 | 0 | 1110 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B55ADC
Complementary color
Monochromatic Colors of #B55ADC
Black with #B55ADC
Text Example
Text Example
White with #B55ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ADC; }
p { color: rgb(181,90,220); }
H1.HeaderClassName
{
color: #B55ADC;
}
.AnyTagClassName
{
color: #B55ADC;
}
</style>
background-color css
<style>
a { background-color: #B55ADC; }
a { background-color: rgb(181,90,220); }
div.DivClassName
{
background-color: #B55ADC;
}
.BgClassName
{
background-color: #B55ADC;
}
</style>
border-color css
<style>
span { border-color: #B55ADC; }
span { border-color: rgb(181,90,220); }
td.TdClassName
{
border-color: #B55ADC;
}
.TagClassName
{
border-color: #B55ADC;
}
</style>