Shades of Medium Orchid #B36ACE
Tints of Medium Orchid #B36ACE
RGB
CMYK
RGB Variations
Color information
#B36ACE (or 0xB36ACE) is known color: Medium Orchid. HEX triplet: B3, 6A and CE. RGB value is (179,106,206). Sum of RGB (Red+Green+Blue) = 179+106+206=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B36ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACE is #4C9531. Grayscale: #8A8A8A. Windows color (decimal): -5018930 or 13527731. OLE color: 13527731.
HSL color Cylindrical-coordinate representation of color #B36ACE: hue angle of 283.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36ACE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 106 | 206 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.19 |
| HSL | 283.8º | 0.51% | 0.61% | - |
| HSV(B) | 283.8º | 0.49% | 0.81% | - |
| XYZ | 34.89 | 24.35 | 61.25 | - |
| YUV | 139.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 206 | 0.13 | 0.49 | 0 | 0.19 | 283.8 | 0.51 | 0.61 |
| Hex | B3 | 6A | CE | D | 31 | 0 | 13 | 11C | 33 | 3D |
| Octal | 263 | 152 | 316 | 15 | 61 | 0 | 23 | 434 | 63 | 75 |
| Binary | 10110011 | 1101010 | 11001110 | 1101 | 110001 | 0 | 10011 | 100011100 | 110011 | 111101 |
Color Harmonies of #B36ACE
Complementary color
Monochromatic Colors of #B36ACE
Black with #B36ACE
Text Example
Text Example
White with #B36ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ACE; }
p { color: rgb(179,106,206); }
H1.HeaderClassName
{
color: #B36ACE;
}
.AnyTagClassName
{
color: #B36ACE;
}
</style>
background-color css
<style>
a { background-color: #B36ACE; }
a { background-color: rgb(179,106,206); }
div.DivClassName
{
background-color: #B36ACE;
}
.BgClassName
{
background-color: #B36ACE;
}
</style>
border-color css
<style>
span { border-color: #B36ACE; }
span { border-color: rgb(179,106,206); }
td.TdClassName
{
border-color: #B36ACE;
}
.TagClassName
{
border-color: #B36ACE;
}
</style>