Shades of Medium Orchid #B36BD3
Tints of Medium Orchid #B36BD3
RGB
CMYK
RGB Variations
Color information
#B36BD3 (or 0xB36BD3) is known color: Medium Orchid. HEX triplet: B3, 6B and D3. RGB value is (179,107,211). Sum of RGB (Red+Green+Blue) = 179+107+211=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #B36BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BD3 is #4C942C. Grayscale: #8C8C8C. Windows color (decimal): -5018669 or 13855667. OLE color: 13855667.
HSL color Cylindrical-coordinate representation of color #B36BD3: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36BD3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 107 | 211 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.17 |
| HSL | 281.54º | 0.54% | 0.62% | - |
| HSV(B) | 281.54º | 0.49% | 0.83% | - |
| XYZ | 35.61 | 24.8 | 64.54 | - |
| YUV | 140.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 211 | 0.15 | 0.49 | 0 | 0.17 | 281.54 | 0.54 | 0.62 |
| Hex | B3 | 6B | D3 | F | 31 | 0 | 11 | 11A | 36 | 3E |
| Octal | 263 | 153 | 323 | 17 | 61 | 0 | 21 | 432 | 66 | 76 |
| Binary | 10110011 | 1101011 | 11010011 | 1111 | 110001 | 0 | 10001 | 100011010 | 110110 | 111110 |
Color Harmonies of #B36BD3
Complementary color
Monochromatic Colors of #B36BD3
Black with #B36BD3
Text Example
Text Example
White with #B36BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BD3; }
p { color: rgb(179,107,211); }
H1.HeaderClassName
{
color: #B36BD3;
}
.AnyTagClassName
{
color: #B36BD3;
}
</style>
background-color css
<style>
a { background-color: #B36BD3; }
a { background-color: rgb(179,107,211); }
div.DivClassName
{
background-color: #B36BD3;
}
.BgClassName
{
background-color: #B36BD3;
}
</style>
border-color css
<style>
span { border-color: #B36BD3; }
span { border-color: rgb(179,107,211); }
td.TdClassName
{
border-color: #B36BD3;
}
.TagClassName
{
border-color: #B36BD3;
}
</style>