Shades of Medium Orchid #B167DA
Tints of Medium Orchid #B167DA
RGB
CMYK
RGB Variations
Color information
#B167DA (or 0xB167DA) is known color: Medium Orchid. HEX triplet: B1, 67 and DA. RGB value is (177,103,218). Sum of RGB (Red+Green+Blue) = 177+103+218=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B167DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167DA is #4E9825. Grayscale: #898989. Windows color (decimal): -5150758 or 14313393. OLE color: 14313393.
HSL color Cylindrical-coordinate representation of color #B167DA: hue angle of 278.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B167DA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 103 | 218 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.15 |
| HSL | 278.61º | 0.61% | 0.63% | - |
| HSV(B) | 278.61º | 0.53% | 0.85% | - |
| XYZ | 35.64 | 24.11 | 69.11 | - |
| YUV | 138.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 218 | 0.19 | 0.53 | 0 | 0.15 | 278.61 | 0.61 | 0.63 |
| Hex | B1 | 67 | DA | 13 | 35 | 0 | F | 117 | 3D | 3F |
| Octal | 261 | 147 | 332 | 23 | 65 | 0 | 17 | 427 | 75 | 77 |
| Binary | 10110001 | 1100111 | 11011010 | 10011 | 110101 | 0 | 1111 | 100010111 | 111101 | 111111 |
Color Harmonies of #B167DA
Complementary color
Monochromatic Colors of #B167DA
Black with #B167DA
Text Example
Text Example
White with #B167DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167DA; }
p { color: rgb(177,103,218); }
H1.HeaderClassName
{
color: #B167DA;
}
.AnyTagClassName
{
color: #B167DA;
}
</style>
background-color css
<style>
a { background-color: #B167DA; }
a { background-color: rgb(177,103,218); }
div.DivClassName
{
background-color: #B167DA;
}
.BgClassName
{
background-color: #B167DA;
}
</style>
border-color css
<style>
span { border-color: #B167DA; }
span { border-color: rgb(177,103,218); }
td.TdClassName
{
border-color: #B167DA;
}
.TagClassName
{
border-color: #B167DA;
}
</style>