Shades of Medium Orchid #B069C1
Tints of Medium Orchid #B069C1
RGB
CMYK
RGB Variations
Color information
#B069C1 (or 0xB069C1) is known color: Medium Orchid. HEX triplet: B0, 69 and C1. RGB value is (176,105,193). Sum of RGB (Red+Green+Blue) = 176+105+193=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #B069C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069C1 is #4F963E. Grayscale: #878787. Windows color (decimal): -5215807 or 12675504. OLE color: 12675504.
HSL color Cylindrical-coordinate representation of color #B069C1: hue angle of 288.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B069C1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 105 | 193 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.24 |
| HSL | 288.41º | 0.42% | 0.58% | - |
| HSV(B) | 288.41º | 0.46% | 0.76% | - |
| XYZ | 32.58 | 23.18 | 53.21 | - |
| YUV | 136.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 193 | 0.09 | 0.46 | 0 | 0.24 | 288.41 | 0.42 | 0.58 |
| Hex | B0 | 69 | C1 | 9 | 2E | 0 | 18 | 120 | 2A | 3A |
| Octal | 260 | 151 | 301 | 11 | 56 | 0 | 30 | 440 | 52 | 72 |
| Binary | 10110000 | 1101001 | 11000001 | 1001 | 101110 | 0 | 11000 | 100100000 | 101010 | 111010 |
Color Harmonies of #B069C1
Complementary color
Monochromatic Colors of #B069C1
Black with #B069C1
Text Example
Text Example
White with #B069C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069C1; }
p { color: rgb(176,105,193); }
H1.HeaderClassName
{
color: #B069C1;
}
.AnyTagClassName
{
color: #B069C1;
}
</style>
background-color css
<style>
a { background-color: #B069C1; }
a { background-color: rgb(176,105,193); }
div.DivClassName
{
background-color: #B069C1;
}
.BgClassName
{
background-color: #B069C1;
}
</style>
border-color css
<style>
span { border-color: #B069C1; }
span { border-color: rgb(176,105,193); }
td.TdClassName
{
border-color: #B069C1;
}
.TagClassName
{
border-color: #B069C1;
}
</style>