Shades of Medium Orchid #B36ADE
Tints of Medium Orchid #B36ADE
RGB
CMYK
RGB Variations
Color information
#B36ADE (or 0xB36ADE) is known color: Medium Orchid. HEX triplet: B3, 6A and DE. RGB value is (179,106,222). Sum of RGB (Red+Green+Blue) = 179+106+222=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #B36ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ADE is #4C9521. Grayscale: #8C8C8C. Windows color (decimal): -5018914 or 14576307. OLE color: 14576307.
HSL color Cylindrical-coordinate representation of color #B36ADE: hue angle of 277.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36ADE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 106 | 222 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 277.76º | 0.64% | 0.64% | - |
| HSV(B) | 277.76º | 0.52% | 0.87% | - |
| XYZ | 36.93 | 25.17 | 72.02 | - |
| YUV | 141.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 222 | 0.19 | 0.52 | 0 | 0.13 | 277.76 | 0.64 | 0.64 |
| Hex | B3 | 6A | DE | 13 | 34 | 0 | D | 116 | 40 | 40 |
| Octal | 263 | 152 | 336 | 23 | 64 | 0 | 15 | 426 | 100 | 100 |
| Binary | 10110011 | 1101010 | 11011110 | 10011 | 110100 | 0 | 1101 | 100010110 | 1000000 | 1000000 |
Color Harmonies of #B36ADE
Complementary color
Monochromatic Colors of #B36ADE
Black with #B36ADE
Text Example
Text Example
White with #B36ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ADE; }
p { color: rgb(179,106,222); }
H1.HeaderClassName
{
color: #B36ADE;
}
.AnyTagClassName
{
color: #B36ADE;
}
</style>
background-color css
<style>
a { background-color: #B36ADE; }
a { background-color: rgb(179,106,222); }
div.DivClassName
{
background-color: #B36ADE;
}
.BgClassName
{
background-color: #B36ADE;
}
</style>
border-color css
<style>
span { border-color: #B36ADE; }
span { border-color: rgb(179,106,222); }
td.TdClassName
{
border-color: #B36ADE;
}
.TagClassName
{
border-color: #B36ADE;
}
</style>