Shades of Medium Orchid #B36FE3
Tints of Medium Orchid #B36FE3
RGB
CMYK
RGB Variations
Color information
#B36FE3 (or 0xB36FE3) is known color: Medium Orchid. HEX triplet: B3, 6F and E3. RGB value is (179,111,227). Sum of RGB (Red+Green+Blue) = 179+111+227=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #B36FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FE3 is #4C901C. Grayscale: #909090. Windows color (decimal): -5017629 or 14905267. OLE color: 14905267.
HSL color Cylindrical-coordinate representation of color #B36FE3: hue angle of 275.17º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36FE3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 111 | 227 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.11 |
| HSL | 275.17º | 0.67% | 0.66% | - |
| HSV(B) | 275.17º | 0.51% | 0.89% | - |
| XYZ | 38.14 | 26.5 | 75.78 | - |
| YUV | 144.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 227 | 0.21 | 0.51 | 0 | 0.11 | 275.17 | 0.67 | 0.66 |
| Hex | B3 | 6F | E3 | 15 | 33 | 0 | B | 113 | 43 | 42 |
| Octal | 263 | 157 | 343 | 25 | 63 | 0 | 13 | 423 | 103 | 102 |
| Binary | 10110011 | 1101111 | 11100011 | 10101 | 110011 | 0 | 1011 | 100010011 | 1000011 | 1000010 |
Color Harmonies of #B36FE3
Complementary color
Monochromatic Colors of #B36FE3
Black with #B36FE3
Text Example
Text Example
White with #B36FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FE3; }
p { color: rgb(179,111,227); }
H1.HeaderClassName
{
color: #B36FE3;
}
.AnyTagClassName
{
color: #B36FE3;
}
</style>
background-color css
<style>
a { background-color: #B36FE3; }
a { background-color: rgb(179,111,227); }
div.DivClassName
{
background-color: #B36FE3;
}
.BgClassName
{
background-color: #B36FE3;
}
</style>
border-color css
<style>
span { border-color: #B36FE3; }
span { border-color: rgb(179,111,227); }
td.TdClassName
{
border-color: #B36FE3;
}
.TagClassName
{
border-color: #B36FE3;
}
</style>