Shades of Medium Orchid #B167CA
Tints of Medium Orchid #B167CA
RGB
CMYK
RGB Variations
Color information
#B167CA (or 0xB167CA) is known color: Medium Orchid. HEX triplet: B1, 67 and CA. RGB value is (177,103,202). Sum of RGB (Red+Green+Blue) = 177+103+202=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B167CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167CA is #4E9835. Grayscale: #888888. Windows color (decimal): -5150774 or 13264817. OLE color: 13264817.
HSL color Cylindrical-coordinate representation of color #B167CA: hue angle of 284.85º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B167CA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 103 | 202 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.21 |
| HSL | 284.85º | 0.48% | 0.6% | - |
| HSV(B) | 284.85º | 0.49% | 0.79% | - |
| XYZ | 33.64 | 23.31 | 58.6 | - |
| YUV | 136.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 202 | 0.12 | 0.49 | 0 | 0.21 | 284.85 | 0.48 | 0.6 |
| Hex | B1 | 67 | CA | C | 31 | 0 | 15 | 11D | 30 | 3C |
| Octal | 261 | 147 | 312 | 14 | 61 | 0 | 25 | 435 | 60 | 74 |
| Binary | 10110001 | 1100111 | 11001010 | 1100 | 110001 | 0 | 10101 | 100011101 | 110000 | 111100 |
Color Harmonies of #B167CA
Complementary color
Monochromatic Colors of #B167CA
Black with #B167CA
Text Example
Text Example
White with #B167CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167CA; }
p { color: rgb(177,103,202); }
H1.HeaderClassName
{
color: #B167CA;
}
.AnyTagClassName
{
color: #B167CA;
}
</style>
background-color css
<style>
a { background-color: #B167CA; }
a { background-color: rgb(177,103,202); }
div.DivClassName
{
background-color: #B167CA;
}
.BgClassName
{
background-color: #B167CA;
}
</style>
border-color css
<style>
span { border-color: #B167CA; }
span { border-color: rgb(177,103,202); }
td.TdClassName
{
border-color: #B167CA;
}
.TagClassName
{
border-color: #B167CA;
}
</style>