Shades of Medium Orchid #B36FD2
Tints of Medium Orchid #B36FD2
RGB
CMYK
RGB Variations
Color information
#B36FD2 (or 0xB36FD2) is known color: Medium Orchid. HEX triplet: B3, 6F and D2. RGB value is (179,111,210). Sum of RGB (Red+Green+Blue) = 179+111+210=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #B36FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FD2 is #4C902D. Grayscale: #8E8E8E. Windows color (decimal): -5017646 or 13791155. OLE color: 13791155.
HSL color Cylindrical-coordinate representation of color #B36FD2: hue angle of 281.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36FD2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 111 | 210 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.18 |
| HSL | 281.21º | 0.52% | 0.63% | - |
| HSV(B) | 281.21º | 0.47% | 0.82% | - |
| XYZ | 35.91 | 25.61 | 64.02 | - |
| YUV | 142.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 210 | 0.15 | 0.47 | 0 | 0.18 | 281.21 | 0.52 | 0.63 |
| Hex | B3 | 6F | D2 | F | 2F | 0 | 12 | 119 | 34 | 3F |
| Octal | 263 | 157 | 322 | 17 | 57 | 0 | 22 | 431 | 64 | 77 |
| Binary | 10110011 | 1101111 | 11010010 | 1111 | 101111 | 0 | 10010 | 100011001 | 110100 | 111111 |
Color Harmonies of #B36FD2
Complementary color
Monochromatic Colors of #B36FD2
Black with #B36FD2
Text Example
Text Example
White with #B36FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FD2; }
p { color: rgb(179,111,210); }
H1.HeaderClassName
{
color: #B36FD2;
}
.AnyTagClassName
{
color: #B36FD2;
}
</style>
background-color css
<style>
a { background-color: #B36FD2; }
a { background-color: rgb(179,111,210); }
div.DivClassName
{
background-color: #B36FD2;
}
.BgClassName
{
background-color: #B36FD2;
}
</style>
border-color css
<style>
span { border-color: #B36FD2; }
span { border-color: rgb(179,111,210); }
td.TdClassName
{
border-color: #B36FD2;
}
.TagClassName
{
border-color: #B36FD2;
}
</style>