Shades of Medium Orchid #B85DD0
Tints of Medium Orchid #B85DD0
RGB
CMYK
RGB Variations
Color information
#B85DD0 (or 0xB85DD0) is known color: Medium Orchid. HEX triplet: B8, 5D and D0. RGB value is (184,93,208). Sum of RGB (Red+Green+Blue) = 184+93+208=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #B85DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DD0 is #47A22F. Grayscale: #848484. Windows color (decimal): -4694576 or 13655480. OLE color: 13655480.
HSL color Cylindrical-coordinate representation of color #B85DD0: hue angle of 287.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85DD0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 93 | 208 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.18 |
| HSL | 287.48º | 0.55% | 0.59% | - |
| HSV(B) | 287.48º | 0.55% | 0.82% | - |
| XYZ | 35.07 | 22.57 | 62.18 | - |
| YUV | 133.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 208 | 0.12 | 0.55 | 0 | 0.18 | 287.48 | 0.55 | 0.59 |
| Hex | B8 | 5D | D0 | C | 37 | 0 | 12 | 11F | 37 | 3B |
| Octal | 270 | 135 | 320 | 14 | 67 | 0 | 22 | 437 | 67 | 73 |
| Binary | 10111000 | 1011101 | 11010000 | 1100 | 110111 | 0 | 10010 | 100011111 | 110111 | 111011 |
Color Harmonies of #B85DD0
Complementary color
Monochromatic Colors of #B85DD0
Black with #B85DD0
Text Example
Text Example
White with #B85DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DD0; }
p { color: rgb(184,93,208); }
H1.HeaderClassName
{
color: #B85DD0;
}
.AnyTagClassName
{
color: #B85DD0;
}
</style>
background-color css
<style>
a { background-color: #B85DD0; }
a { background-color: rgb(184,93,208); }
div.DivClassName
{
background-color: #B85DD0;
}
.BgClassName
{
background-color: #B85DD0;
}
</style>
border-color css
<style>
span { border-color: #B85DD0; }
span { border-color: rgb(184,93,208); }
td.TdClassName
{
border-color: #B85DD0;
}
.TagClassName
{
border-color: #B85DD0;
}
</style>