Shades of Medium Orchid #B36BC8
Tints of Medium Orchid #B36BC8
RGB
CMYK
RGB Variations
Color information
#B36BC8 (or 0xB36BC8) is known color: Medium Orchid. HEX triplet: B3, 6B and C8. RGB value is (179,107,200). Sum of RGB (Red+Green+Blue) = 179+107+200=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #B36BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BC8 is #4C9437. Grayscale: #8A8A8A. Windows color (decimal): -5018680 or 13134771. OLE color: 13134771.
HSL color Cylindrical-coordinate representation of color #B36BC8: hue angle of 286.45º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36BC8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 107 | 200 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.22 |
| HSL | 286.45º | 0.46% | 0.6% | - |
| HSV(B) | 286.45º | 0.47% | 0.78% | - |
| XYZ | 34.27 | 24.27 | 57.52 | - |
| YUV | 139.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 200 | 0.10 | 0.46 | 0 | 0.22 | 286.45 | 0.46 | 0.6 |
| Hex | B3 | 6B | C8 | A | 2E | 0 | 16 | 11E | 2E | 3C |
| Octal | 263 | 153 | 310 | 12 | 56 | 0 | 26 | 436 | 56 | 74 |
| Binary | 10110011 | 1101011 | 11001000 | 1010 | 101110 | 0 | 10110 | 100011110 | 101110 | 111100 |
Color Harmonies of #B36BC8
Complementary color
Monochromatic Colors of #B36BC8
Black with #B36BC8
Text Example
Text Example
White with #B36BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BC8; }
p { color: rgb(179,107,200); }
H1.HeaderClassName
{
color: #B36BC8;
}
.AnyTagClassName
{
color: #B36BC8;
}
</style>
background-color css
<style>
a { background-color: #B36BC8; }
a { background-color: rgb(179,107,200); }
div.DivClassName
{
background-color: #B36BC8;
}
.BgClassName
{
background-color: #B36BC8;
}
</style>
border-color css
<style>
span { border-color: #B36BC8; }
span { border-color: rgb(179,107,200); }
td.TdClassName
{
border-color: #B36BC8;
}
.TagClassName
{
border-color: #B36BC8;
}
</style>