Shades of Medium Orchid #B85DDC
Tints of Medium Orchid #B85DDC
RGB
CMYK
RGB Variations
Color information
#B85DDC (or 0xB85DDC) is known color: Medium Orchid. HEX triplet: B8, 5D and DC. RGB value is (184,93,220). Sum of RGB (Red+Green+Blue) = 184+93+220=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B85DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DDC is #47A223. Grayscale: #868686. Windows color (decimal): -4694564 or 14441912. OLE color: 14441912.
HSL color Cylindrical-coordinate representation of color #B85DDC: hue angle of 282.99º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B85DDC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 93 | 220 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.14 |
| HSL | 282.99º | 0.64% | 0.61% | - |
| HSV(B) | 282.99º | 0.58% | 0.86% | - |
| XYZ | 36.6 | 23.19 | 70.26 | - |
| YUV | 134.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 220 | 0.16 | 0.58 | 0 | 0.14 | 282.99 | 0.64 | 0.61 |
| Hex | B8 | 5D | DC | 10 | 3A | 0 | E | 11B | 40 | 3D |
| Octal | 270 | 135 | 334 | 20 | 72 | 0 | 16 | 433 | 100 | 75 |
| Binary | 10111000 | 1011101 | 11011100 | 10000 | 111010 | 0 | 1110 | 100011011 | 1000000 | 111101 |
Color Harmonies of #B85DDC
Complementary color
Monochromatic Colors of #B85DDC
Black with #B85DDC
Text Example
Text Example
White with #B85DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DDC; }
p { color: rgb(184,93,220); }
H1.HeaderClassName
{
color: #B85DDC;
}
.AnyTagClassName
{
color: #B85DDC;
}
</style>
background-color css
<style>
a { background-color: #B85DDC; }
a { background-color: rgb(184,93,220); }
div.DivClassName
{
background-color: #B85DDC;
}
.BgClassName
{
background-color: #B85DDC;
}
</style>
border-color css
<style>
span { border-color: #B85DDC; }
span { border-color: rgb(184,93,220); }
td.TdClassName
{
border-color: #B85DDC;
}
.TagClassName
{
border-color: #B85DDC;
}
</style>