Shades of Medium Orchid #B85DDA
Tints of Medium Orchid #B85DDA
RGB
CMYK
RGB Variations
Color information
#B85DDA (or 0xB85DDA) is known color: Medium Orchid. HEX triplet: B8, 5D and DA. RGB value is (184,93,218). Sum of RGB (Red+Green+Blue) = 184+93+218=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B85DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DDA is #47A225. Grayscale: #868686. Windows color (decimal): -4694566 or 14310840. OLE color: 14310840.
HSL color Cylindrical-coordinate representation of color #B85DDA: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85DDA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 93 | 218 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.15 |
| HSL | 283.68º | 0.63% | 0.61% | - |
| HSV(B) | 283.68º | 0.57% | 0.85% | - |
| XYZ | 36.34 | 23.08 | 68.87 | - |
| YUV | 134.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 218 | 0.16 | 0.57 | 0 | 0.15 | 283.68 | 0.63 | 0.61 |
| Hex | B8 | 5D | DA | 10 | 39 | 0 | F | 11C | 3F | 3D |
| Octal | 270 | 135 | 332 | 20 | 71 | 0 | 17 | 434 | 77 | 75 |
| Binary | 10111000 | 1011101 | 11011010 | 10000 | 111001 | 0 | 1111 | 100011100 | 111111 | 111101 |
Color Harmonies of #B85DDA
Complementary color
Monochromatic Colors of #B85DDA
Black with #B85DDA
Text Example
Text Example
White with #B85DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DDA; }
p { color: rgb(184,93,218); }
H1.HeaderClassName
{
color: #B85DDA;
}
.AnyTagClassName
{
color: #B85DDA;
}
</style>
background-color css
<style>
a { background-color: #B85DDA; }
a { background-color: rgb(184,93,218); }
div.DivClassName
{
background-color: #B85DDA;
}
.BgClassName
{
background-color: #B85DDA;
}
</style>
border-color css
<style>
span { border-color: #B85DDA; }
span { border-color: rgb(184,93,218); }
td.TdClassName
{
border-color: #B85DDA;
}
.TagClassName
{
border-color: #B85DDA;
}
</style>