Shades of Medium Orchid #B167E5
Tints of Medium Orchid #B167E5
RGB
CMYK
RGB Variations
Color information
#B167E5 (or 0xB167E5) is known color: Medium Orchid. HEX triplet: B1, 67 and E5. RGB value is (177,103,229). Sum of RGB (Red+Green+Blue) = 177+103+229=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #B167E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167E5 is #4E981A. Grayscale: #8B8B8B. Windows color (decimal): -5150747 or 15034289. OLE color: 15034289.
HSL color Cylindrical-coordinate representation of color #B167E5: hue angle of 275.24º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B167E5 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 103 | 229 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.10 |
| HSL | 275.24º | 0.71% | 0.65% | - |
| HSV(B) | 275.24º | 0.55% | 0.9% | - |
| XYZ | 37.12 | 24.7 | 76.94 | - |
| YUV | 139.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 229 | 0.23 | 0.55 | 0 | 0.10 | 275.24 | 0.71 | 0.65 |
| Hex | B1 | 67 | E5 | 17 | 37 | 0 | A | 113 | 47 | 41 |
| Octal | 261 | 147 | 345 | 27 | 67 | 0 | 12 | 423 | 107 | 101 |
| Binary | 10110001 | 1100111 | 11100101 | 10111 | 110111 | 0 | 1010 | 100010011 | 1000111 | 1000001 |
Color Harmonies of #B167E5
Complementary color
Monochromatic Colors of #B167E5
Black with #B167E5
Text Example
Text Example
White with #B167E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167E5; }
p { color: rgb(177,103,229); }
H1.HeaderClassName
{
color: #B167E5;
}
.AnyTagClassName
{
color: #B167E5;
}
</style>
background-color css
<style>
a { background-color: #B167E5; }
a { background-color: rgb(177,103,229); }
div.DivClassName
{
background-color: #B167E5;
}
.BgClassName
{
background-color: #B167E5;
}
</style>
border-color css
<style>
span { border-color: #B167E5; }
span { border-color: rgb(177,103,229); }
td.TdClassName
{
border-color: #B167E5;
}
.TagClassName
{
border-color: #B167E5;
}
</style>