Shades of Medium Orchid #B85ADB
Tints of Medium Orchid #B85ADB
RGB
CMYK
RGB Variations
Color information
#B85ADB (or 0xB85ADB) is known color: Medium Orchid. HEX triplet: B8, 5A and DB. RGB value is (184,90,219). Sum of RGB (Red+Green+Blue) = 184+90+219=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B85ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ADB is #47A524. Grayscale: #848484. Windows color (decimal): -4695333 or 14375608. OLE color: 14375608.
HSL color Cylindrical-coordinate representation of color #B85ADB: hue angle of 283.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85ADB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 90 | 219 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.14 |
| HSL | 283.72º | 0.64% | 0.61% | - |
| HSV(B) | 283.72º | 0.59% | 0.86% | - |
| XYZ | 36.21 | 22.62 | 69.47 | - |
| YUV | 132.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 219 | 0.16 | 0.59 | 0 | 0.14 | 283.72 | 0.64 | 0.61 |
| Hex | B8 | 5A | DB | 10 | 3B | 0 | E | 11C | 40 | 3D |
| Octal | 270 | 132 | 333 | 20 | 73 | 0 | 16 | 434 | 100 | 75 |
| Binary | 10111000 | 1011010 | 11011011 | 10000 | 111011 | 0 | 1110 | 100011100 | 1000000 | 111101 |
Color Harmonies of #B85ADB
Complementary color
Monochromatic Colors of #B85ADB
Black with #B85ADB
Text Example
Text Example
White with #B85ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ADB; }
p { color: rgb(184,90,219); }
H1.HeaderClassName
{
color: #B85ADB;
}
.AnyTagClassName
{
color: #B85ADB;
}
</style>
background-color css
<style>
a { background-color: #B85ADB; }
a { background-color: rgb(184,90,219); }
div.DivClassName
{
background-color: #B85ADB;
}
.BgClassName
{
background-color: #B85ADB;
}
</style>
border-color css
<style>
span { border-color: #B85ADB; }
span { border-color: rgb(184,90,219); }
td.TdClassName
{
border-color: #B85ADB;
}
.TagClassName
{
border-color: #B85ADB;
}
</style>