Shades of Medium Orchid #B85AD0
Tints of Medium Orchid #B85AD0
RGB
CMYK
RGB Variations
Color information
#B85AD0 (or 0xB85AD0) is known color: Medium Orchid. HEX triplet: B8, 5A and D0. RGB value is (184,90,208). Sum of RGB (Red+Green+Blue) = 184+90+208=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #B85AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AD0 is #47A52F. Grayscale: #838383. Windows color (decimal): -4695344 or 13654712. OLE color: 13654712.
HSL color Cylindrical-coordinate representation of color #B85AD0: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85AD0 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 90 | 208 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.18 |
| HSL | 287.8º | 0.56% | 0.58% | - |
| HSV(B) | 287.8º | 0.57% | 0.82% | - |
| XYZ | 34.81 | 22.06 | 62.1 | - |
| YUV | 131.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 208 | 0.12 | 0.57 | 0 | 0.18 | 287.8 | 0.56 | 0.58 |
| Hex | B8 | 5A | D0 | C | 39 | 0 | 12 | 120 | 38 | 3A |
| Octal | 270 | 132 | 320 | 14 | 71 | 0 | 22 | 440 | 70 | 72 |
| Binary | 10111000 | 1011010 | 11010000 | 1100 | 111001 | 0 | 10010 | 100100000 | 111000 | 111010 |
Color Harmonies of #B85AD0
Complementary color
Monochromatic Colors of #B85AD0
Black with #B85AD0
Text Example
Text Example
White with #B85AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AD0; }
p { color: rgb(184,90,208); }
H1.HeaderClassName
{
color: #B85AD0;
}
.AnyTagClassName
{
color: #B85AD0;
}
</style>
background-color css
<style>
a { background-color: #B85AD0; }
a { background-color: rgb(184,90,208); }
div.DivClassName
{
background-color: #B85AD0;
}
.BgClassName
{
background-color: #B85AD0;
}
</style>
border-color css
<style>
span { border-color: #B85AD0; }
span { border-color: rgb(184,90,208); }
td.TdClassName
{
border-color: #B85AD0;
}
.TagClassName
{
border-color: #B85AD0;
}
</style>