Shades of Medium Orchid #B85ACE
Tints of Medium Orchid #B85ACE
RGB
CMYK
RGB Variations
Color information
#B85ACE (or 0xB85ACE) is known color: Medium Orchid. HEX triplet: B8, 5A and CE. RGB value is (184,90,206). Sum of RGB (Red+Green+Blue) = 184+90+206=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #B85ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ACE is #47A531. Grayscale: #828282. Windows color (decimal): -4695346 or 13523640. OLE color: 13523640.
HSL color Cylindrical-coordinate representation of color #B85ACE: hue angle of 288.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85ACE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 90 | 206 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.19 |
| HSL | 288.62º | 0.54% | 0.58% | - |
| HSV(B) | 288.62º | 0.56% | 0.81% | - |
| XYZ | 34.56 | 21.96 | 60.81 | - |
| YUV | 131.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 206 | 0.11 | 0.56 | 0 | 0.19 | 288.62 | 0.54 | 0.58 |
| Hex | B8 | 5A | CE | B | 38 | 0 | 13 | 121 | 36 | 3A |
| Octal | 270 | 132 | 316 | 13 | 70 | 0 | 23 | 441 | 66 | 72 |
| Binary | 10111000 | 1011010 | 11001110 | 1011 | 111000 | 0 | 10011 | 100100001 | 110110 | 111010 |
Color Harmonies of #B85ACE
Complementary color
Monochromatic Colors of #B85ACE
Black with #B85ACE
Text Example
Text Example
White with #B85ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ACE; }
p { color: rgb(184,90,206); }
H1.HeaderClassName
{
color: #B85ACE;
}
.AnyTagClassName
{
color: #B85ACE;
}
</style>
background-color css
<style>
a { background-color: #B85ACE; }
a { background-color: rgb(184,90,206); }
div.DivClassName
{
background-color: #B85ACE;
}
.BgClassName
{
background-color: #B85ACE;
}
</style>
border-color css
<style>
span { border-color: #B85ACE; }
span { border-color: rgb(184,90,206); }
td.TdClassName
{
border-color: #B85ACE;
}
.TagClassName
{
border-color: #B85ACE;
}
</style>