Shades of Medium Orchid #B167EC
Tints of Medium Orchid #B167EC
RGB
CMYK
RGB Variations
Color information
#B167EC (or 0xB167EC) is known color: Medium Orchid. HEX triplet: B1, 67 and EC. RGB value is (177,103,236). Sum of RGB (Red+Green+Blue) = 177+103+236=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B167EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B167EC is #4E9813. Grayscale: #8B8B8B. Windows color (decimal): -5150740 or 15493041. OLE color: 15493041.
HSL color Cylindrical-coordinate representation of color #B167EC: hue angle of 273.38º 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 #B167EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 103 | 236 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 273.38º | 0.78% | 0.66% | - |
| HSV(B) | 273.38º | 0.56% | 0.93% | - |
| XYZ | 38.12 | 25.1 | 82.19 | - |
| YUV | 140.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 236 | 0.25 | 0.56 | 0 | 0.07 | 273.38 | 0.78 | 0.66 |
| Hex | B1 | 67 | EC | 19 | 38 | 0 | 7 | 111 | 4E | 42 |
| Octal | 261 | 147 | 354 | 31 | 70 | 0 | 7 | 421 | 116 | 102 |
| Binary | 10110001 | 1100111 | 11101100 | 11001 | 111000 | 0 | 111 | 100010001 | 1001110 | 1000010 |
Color Harmonies of #B167EC
Complementary color
Monochromatic Colors of #B167EC
Black with #B167EC
Text Example
Text Example
White with #B167EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167EC; }
p { color: rgb(177,103,236); }
H1.HeaderClassName
{
color: #B167EC;
}
.AnyTagClassName
{
color: #B167EC;
}
</style>
background-color css
<style>
a { background-color: #B167EC; }
a { background-color: rgb(177,103,236); }
div.DivClassName
{
background-color: #B167EC;
}
.BgClassName
{
background-color: #B167EC;
}
</style>
border-color css
<style>
span { border-color: #B167EC; }
span { border-color: rgb(177,103,236); }
td.TdClassName
{
border-color: #B167EC;
}
.TagClassName
{
border-color: #B167EC;
}
</style>