Shades of Medium Orchid #B36ADD
Tints of Medium Orchid #B36ADD
RGB
CMYK
RGB Variations
Color information
#B36ADD (or 0xB36ADD) is known color: Medium Orchid. HEX triplet: B3, 6A and DD. RGB value is (179,106,221). Sum of RGB (Red+Green+Blue) = 179+106+221=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ADD is #4C9522. Grayscale: #8C8C8C. Windows color (decimal): -5018915 or 14510771. OLE color: 14510771.
HSL color Cylindrical-coordinate representation of color #B36ADD: hue angle of 278.09º degrees, saturation: 0.63, 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 #B36ADD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 106 | 221 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 278.09º | 0.63% | 0.64% | - |
| HSV(B) | 278.09º | 0.52% | 0.87% | - |
| XYZ | 36.8 | 25.11 | 71.31 | - |
| YUV | 140.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 221 | 0.19 | 0.52 | 0 | 0.13 | 278.09 | 0.63 | 0.64 |
| Hex | B3 | 6A | DD | 13 | 34 | 0 | D | 116 | 3F | 40 |
| Octal | 263 | 152 | 335 | 23 | 64 | 0 | 15 | 426 | 77 | 100 |
| Binary | 10110011 | 1101010 | 11011101 | 10011 | 110100 | 0 | 1101 | 100010110 | 111111 | 1000000 |
Color Harmonies of #B36ADD
Complementary color
Monochromatic Colors of #B36ADD
Black with #B36ADD
Text Example
Text Example
White with #B36ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ADD; }
p { color: rgb(179,106,221); }
H1.HeaderClassName
{
color: #B36ADD;
}
.AnyTagClassName
{
color: #B36ADD;
}
</style>
background-color css
<style>
a { background-color: #B36ADD; }
a { background-color: rgb(179,106,221); }
div.DivClassName
{
background-color: #B36ADD;
}
.BgClassName
{
background-color: #B36ADD;
}
</style>
border-color css
<style>
span { border-color: #B36ADD; }
span { border-color: rgb(179,106,221); }
td.TdClassName
{
border-color: #B36ADD;
}
.TagClassName
{
border-color: #B36ADD;
}
</style>