Shades of Medium Orchid #B36ADA
Tints of Medium Orchid #B36ADA
RGB
CMYK
RGB Variations
Color information
#B36ADA (or 0xB36ADA) is known color: Medium Orchid. HEX triplet: B3, 6A and DA. RGB value is (179,106,218). Sum of RGB (Red+Green+Blue) = 179+106+218=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B36ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ADA is #4C9525. Grayscale: #8C8C8C. Windows color (decimal): -5018918 or 14314163. OLE color: 14314163.
HSL color Cylindrical-coordinate representation of color #B36ADA: hue angle of 279.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36ADA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 106 | 218 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.15 |
| HSL | 279.11º | 0.6% | 0.64% | - |
| HSV(B) | 279.11º | 0.51% | 0.85% | - |
| XYZ | 36.4 | 24.95 | 69.23 | - |
| YUV | 140.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 218 | 0.18 | 0.51 | 0 | 0.15 | 279.11 | 0.6 | 0.64 |
| Hex | B3 | 6A | DA | 12 | 33 | 0 | F | 117 | 3C | 40 |
| Octal | 263 | 152 | 332 | 22 | 63 | 0 | 17 | 427 | 74 | 100 |
| Binary | 10110011 | 1101010 | 11011010 | 10010 | 110011 | 0 | 1111 | 100010111 | 111100 | 1000000 |
Color Harmonies of #B36ADA
Complementary color
Monochromatic Colors of #B36ADA
Black with #B36ADA
Text Example
Text Example
White with #B36ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ADA; }
p { color: rgb(179,106,218); }
H1.HeaderClassName
{
color: #B36ADA;
}
.AnyTagClassName
{
color: #B36ADA;
}
</style>
background-color css
<style>
a { background-color: #B36ADA; }
a { background-color: rgb(179,106,218); }
div.DivClassName
{
background-color: #B36ADA;
}
.BgClassName
{
background-color: #B36ADA;
}
</style>
border-color css
<style>
span { border-color: #B36ADA; }
span { border-color: rgb(179,106,218); }
td.TdClassName
{
border-color: #B36ADA;
}
.TagClassName
{
border-color: #B36ADA;
}
</style>