Shades of Medium Orchid #B067C1
Tints of Medium Orchid #B067C1
RGB
CMYK
RGB Variations
Color information
#B067C1 (or 0xB067C1) is known color: Medium Orchid. HEX triplet: B0, 67 and C1. RGB value is (176,103,193). Sum of RGB (Red+Green+Blue) = 176+103+193=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #B067C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067C1 is #4F983E. Grayscale: #868686. Windows color (decimal): -5216319 or 12674992. OLE color: 12674992.
HSL color Cylindrical-coordinate representation of color #B067C1: hue angle of 288.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B067C1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 103 | 193 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288.67º | 0.42% | 0.58% | - |
| HSV(B) | 288.67º | 0.47% | 0.76% | - |
| XYZ | 32.38 | 22.78 | 53.14 | - |
| YUV | 135.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 193 | 0.09 | 0.47 | 0 | 0.24 | 288.67 | 0.42 | 0.58 |
| Hex | B0 | 67 | C1 | 9 | 2F | 0 | 18 | 121 | 2A | 3A |
| Octal | 260 | 147 | 301 | 11 | 57 | 0 | 30 | 441 | 52 | 72 |
| Binary | 10110000 | 1100111 | 11000001 | 1001 | 101111 | 0 | 11000 | 100100001 | 101010 | 111010 |
Color Harmonies of #B067C1
Complementary color
Monochromatic Colors of #B067C1
Black with #B067C1
Text Example
Text Example
White with #B067C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067C1; }
p { color: rgb(176,103,193); }
H1.HeaderClassName
{
color: #B067C1;
}
.AnyTagClassName
{
color: #B067C1;
}
</style>
background-color css
<style>
a { background-color: #B067C1; }
a { background-color: rgb(176,103,193); }
div.DivClassName
{
background-color: #B067C1;
}
.BgClassName
{
background-color: #B067C1;
}
</style>
border-color css
<style>
span { border-color: #B067C1; }
span { border-color: rgb(176,103,193); }
td.TdClassName
{
border-color: #B067C1;
}
.TagClassName
{
border-color: #B067C1;
}
</style>