Shades of Medium Orchid #B850DA
Tints of Medium Orchid #B850DA
RGB
CMYK
RGB Variations
Color information
#B850DA (or 0xB850DA) is known color: Medium Orchid. HEX triplet: B8, 50 and DA. RGB value is (184,80,218). Sum of RGB (Red+Green+Blue) = 184+80+218=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B850DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850DA is #47AF25. Grayscale: #7E7E7E. Windows color (decimal): -4697894 or 14307512. OLE color: 14307512.
HSL color Cylindrical-coordinate representation of color #B850DA: hue angle of 285.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B850DA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 80 | 218 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.15 |
| HSL | 285.22º | 0.65% | 0.58% | - |
| HSV(B) | 285.22º | 0.63% | 0.85% | - |
| XYZ | 35.29 | 20.99 | 68.52 | - |
| YUV | 126.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 218 | 0.16 | 0.63 | 0 | 0.15 | 285.22 | 0.65 | 0.58 |
| Hex | B8 | 50 | DA | 10 | 3F | 0 | F | 11D | 41 | 3A |
| Octal | 270 | 120 | 332 | 20 | 77 | 0 | 17 | 435 | 101 | 72 |
| Binary | 10111000 | 1010000 | 11011010 | 10000 | 111111 | 0 | 1111 | 100011101 | 1000001 | 111010 |
Color Harmonies of #B850DA
Complementary color
Monochromatic Colors of #B850DA
Black with #B850DA
Text Example
Text Example
White with #B850DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850DA; }
p { color: rgb(184,80,218); }
H1.HeaderClassName
{
color: #B850DA;
}
.AnyTagClassName
{
color: #B850DA;
}
</style>
background-color css
<style>
a { background-color: #B850DA; }
a { background-color: rgb(184,80,218); }
div.DivClassName
{
background-color: #B850DA;
}
.BgClassName
{
background-color: #B850DA;
}
</style>
border-color css
<style>
span { border-color: #B850DA; }
span { border-color: rgb(184,80,218); }
td.TdClassName
{
border-color: #B850DA;
}
.TagClassName
{
border-color: #B850DA;
}
</style>