Shades of Medium Orchid #B367EC
Tints of Medium Orchid #B367EC
RGB
CMYK
RGB Variations
Color information
#B367EC (or 0xB367EC) is known color: Medium Orchid. HEX triplet: B3, 67 and EC. RGB value is (179,103,236). Sum of RGB (Red+Green+Blue) = 179+103+236=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B367EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367EC is #4C9813. Grayscale: #8C8C8C. Windows color (decimal): -5019668 or 15493043. OLE color: 15493043.
HSL color Cylindrical-coordinate representation of color #B367EC: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B367EC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 103 | 236 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.07 |
| HSL | 274.29º | 0.78% | 0.66% | - |
| HSV(B) | 274.29º | 0.56% | 0.93% | - |
| XYZ | 38.58 | 25.34 | 82.21 | - |
| YUV | 140.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 236 | 0.24 | 0.56 | 0 | 0.07 | 274.29 | 0.78 | 0.66 |
| Hex | B3 | 67 | EC | 18 | 38 | 0 | 7 | 112 | 4E | 42 |
| Octal | 263 | 147 | 354 | 30 | 70 | 0 | 7 | 422 | 116 | 102 |
| Binary | 10110011 | 1100111 | 11101100 | 11000 | 111000 | 0 | 111 | 100010010 | 1001110 | 1000010 |
Color Harmonies of #B367EC
Complementary color
Monochromatic Colors of #B367EC
Black with #B367EC
Text Example
Text Example
White with #B367EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367EC; }
p { color: rgb(179,103,236); }
H1.HeaderClassName
{
color: #B367EC;
}
.AnyTagClassName
{
color: #B367EC;
}
</style>
background-color css
<style>
a { background-color: #B367EC; }
a { background-color: rgb(179,103,236); }
div.DivClassName
{
background-color: #B367EC;
}
.BgClassName
{
background-color: #B367EC;
}
</style>
border-color css
<style>
span { border-color: #B367EC; }
span { border-color: rgb(179,103,236); }
td.TdClassName
{
border-color: #B367EC;
}
.TagClassName
{
border-color: #B367EC;
}
</style>