Shades of Medium Orchid #B36BC1
Tints of Medium Orchid #B36BC1
RGB
CMYK
RGB Variations
Color information
#B36BC1 (or 0xB36BC1) is known color: Medium Orchid. HEX triplet: B3, 6B and C1. RGB value is (179,107,193). Sum of RGB (Red+Green+Blue) = 179+107+193=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #B36BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BC1 is #4C943E. Grayscale: #8A8A8A. Windows color (decimal): -5018687 or 12676019. OLE color: 12676019.
HSL color Cylindrical-coordinate representation of color #B36BC1: hue angle of 290.23º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36BC1 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 107 | 193 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.24 |
| HSL | 290.23º | 0.41% | 0.59% | - |
| HSV(B) | 290.23º | 0.45% | 0.76% | - |
| XYZ | 33.47 | 23.95 | 53.31 | - |
| YUV | 138.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 193 | 0.07 | 0.45 | 0 | 0.24 | 290.23 | 0.41 | 0.59 |
| Hex | B3 | 6B | C1 | 7 | 2D | 0 | 18 | 122 | 29 | 3B |
| Octal | 263 | 153 | 301 | 7 | 55 | 0 | 30 | 442 | 51 | 73 |
| Binary | 10110011 | 1101011 | 11000001 | 111 | 101101 | 0 | 11000 | 100100010 | 101001 | 111011 |
Color Harmonies of #B36BC1
Complementary color
Monochromatic Colors of #B36BC1
Black with #B36BC1
Text Example
Text Example
White with #B36BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BC1; }
p { color: rgb(179,107,193); }
H1.HeaderClassName
{
color: #B36BC1;
}
.AnyTagClassName
{
color: #B36BC1;
}
</style>
background-color css
<style>
a { background-color: #B36BC1; }
a { background-color: rgb(179,107,193); }
div.DivClassName
{
background-color: #B36BC1;
}
.BgClassName
{
background-color: #B36BC1;
}
</style>
border-color css
<style>
span { border-color: #B36BC1; }
span { border-color: rgb(179,107,193); }
td.TdClassName
{
border-color: #B36BC1;
}
.TagClassName
{
border-color: #B36BC1;
}
</style>