Shades of Medium Orchid #B067C2
Tints of Medium Orchid #B067C2
RGB
CMYK
RGB Variations
Color information
#B067C2 (or 0xB067C2) is known color: Medium Orchid. HEX triplet: B0, 67 and C2. RGB value is (176,103,194). Sum of RGB (Red+Green+Blue) = 176+103+194=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #B067C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067C2 is #4F983D. Grayscale: #868686. Windows color (decimal): -5216318 or 12740528. OLE color: 12740528.
HSL color Cylindrical-coordinate representation of color #B067C2: hue angle of 288.13º degrees, saturation: 0.43, 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 #B067C2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 103 | 194 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288.13º | 0.43% | 0.58% | - |
| HSV(B) | 288.13º | 0.47% | 0.76% | - |
| XYZ | 32.49 | 22.83 | 53.73 | - |
| YUV | 135.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 194 | 0.09 | 0.47 | 0 | 0.24 | 288.13 | 0.43 | 0.58 |
| Hex | B0 | 67 | C2 | 9 | 2F | 0 | 18 | 120 | 2B | 3A |
| Octal | 260 | 147 | 302 | 11 | 57 | 0 | 30 | 440 | 53 | 72 |
| Binary | 10110000 | 1100111 | 11000010 | 1001 | 101111 | 0 | 11000 | 100100000 | 101011 | 111010 |
Color Harmonies of #B067C2
Complementary color
Monochromatic Colors of #B067C2
Black with #B067C2
Text Example
Text Example
White with #B067C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067C2; }
p { color: rgb(176,103,194); }
H1.HeaderClassName
{
color: #B067C2;
}
.AnyTagClassName
{
color: #B067C2;
}
</style>
background-color css
<style>
a { background-color: #B067C2; }
a { background-color: rgb(176,103,194); }
div.DivClassName
{
background-color: #B067C2;
}
.BgClassName
{
background-color: #B067C2;
}
</style>
border-color css
<style>
span { border-color: #B067C2; }
span { border-color: rgb(176,103,194); }
td.TdClassName
{
border-color: #B067C2;
}
.TagClassName
{
border-color: #B067C2;
}
</style>