Shades of Medium Orchid #B85CDC
Tints of Medium Orchid #B85CDC
RGB
CMYK
RGB Variations
Color information
#B85CDC (or 0xB85CDC) is known color: Medium Orchid. HEX triplet: B8, 5C and DC. RGB value is (184,92,220). Sum of RGB (Red+Green+Blue) = 184+92+220=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B85CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CDC is #47A323. Grayscale: #858585. Windows color (decimal): -4694820 or 14441656. OLE color: 14441656.
HSL color Cylindrical-coordinate representation of color #B85CDC: hue angle of 283.12º degrees, saturation: 0.65, 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 #B85CDC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 92 | 220 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.14 |
| HSL | 283.13º | 0.65% | 0.61% | - |
| HSV(B) | 283.13º | 0.58% | 0.86% | - |
| XYZ | 36.51 | 23.01 | 70.23 | - |
| YUV | 134.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 220 | 0.16 | 0.58 | 0 | 0.14 | 283.13 | 0.65 | 0.61 |
| Hex | B8 | 5C | DC | 10 | 3A | 0 | E | 11B | 41 | 3D |
| Octal | 270 | 134 | 334 | 20 | 72 | 0 | 16 | 433 | 101 | 75 |
| Binary | 10111000 | 1011100 | 11011100 | 10000 | 111010 | 0 | 1110 | 100011011 | 1000001 | 111101 |
Color Harmonies of #B85CDC
Complementary color
Monochromatic Colors of #B85CDC
Black with #B85CDC
Text Example
Text Example
White with #B85CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CDC; }
p { color: rgb(184,92,220); }
H1.HeaderClassName
{
color: #B85CDC;
}
.AnyTagClassName
{
color: #B85CDC;
}
</style>
background-color css
<style>
a { background-color: #B85CDC; }
a { background-color: rgb(184,92,220); }
div.DivClassName
{
background-color: #B85CDC;
}
.BgClassName
{
background-color: #B85CDC;
}
</style>
border-color css
<style>
span { border-color: #B85CDC; }
span { border-color: rgb(184,92,220); }
td.TdClassName
{
border-color: #B85CDC;
}
.TagClassName
{
border-color: #B85CDC;
}
</style>