Shades of Medium Orchid #B850DC
Tints of Medium Orchid #B850DC
RGB
CMYK
RGB Variations
Color information
#B850DC (or 0xB850DC) is known color: Medium Orchid. HEX triplet: B8, 50 and DC. RGB value is (184,80,220). Sum of RGB (Red+Green+Blue) = 184+80+220=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B850DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850DC is #47AF23. Grayscale: #7E7E7E. Windows color (decimal): -4697892 or 14438584. OLE color: 14438584.
HSL color Cylindrical-coordinate representation of color #B850DC: hue angle of 284.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B850DC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 80 | 220 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 284.57º | 0.67% | 0.59% | - |
| HSV(B) | 284.57º | 0.64% | 0.86% | - |
| XYZ | 35.55 | 21.09 | 69.91 | - |
| YUV | 127.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 220 | 0.16 | 0.64 | 0 | 0.14 | 284.57 | 0.67 | 0.59 |
| Hex | B8 | 50 | DC | 10 | 40 | 0 | E | 11D | 43 | 3B |
| Octal | 270 | 120 | 334 | 20 | 100 | 0 | 16 | 435 | 103 | 73 |
| Binary | 10111000 | 1010000 | 11011100 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000011 | 111011 |
Color Harmonies of #B850DC
Complementary color
Monochromatic Colors of #B850DC
Black with #B850DC
Text Example
Text Example
White with #B850DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850DC; }
p { color: rgb(184,80,220); }
H1.HeaderClassName
{
color: #B850DC;
}
.AnyTagClassName
{
color: #B850DC;
}
</style>
background-color css
<style>
a { background-color: #B850DC; }
a { background-color: rgb(184,80,220); }
div.DivClassName
{
background-color: #B850DC;
}
.BgClassName
{
background-color: #B850DC;
}
</style>
border-color css
<style>
span { border-color: #B850DC; }
span { border-color: rgb(184,80,220); }
td.TdClassName
{
border-color: #B850DC;
}
.TagClassName
{
border-color: #B850DC;
}
</style>