Shades of Medium Orchid #B069C2
Tints of Medium Orchid #B069C2
RGB
CMYK
RGB Variations
Color information
#B069C2 (or 0xB069C2) is known color: Medium Orchid. HEX triplet: B0, 69 and C2. RGB value is (176,105,194). Sum of RGB (Red+Green+Blue) = 176+105+194=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #B069C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069C2 is #4F963D. Grayscale: #888888. Windows color (decimal): -5215806 or 12741040. OLE color: 12741040.
HSL color Cylindrical-coordinate representation of color #B069C2: hue angle of 287.87º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B069C2 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 105 | 194 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.24 |
| HSL | 287.87º | 0.42% | 0.59% | - |
| HSV(B) | 287.87º | 0.46% | 0.76% | - |
| XYZ | 32.69 | 23.23 | 53.8 | - |
| YUV | 136.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 194 | 0.09 | 0.46 | 0 | 0.24 | 287.87 | 0.42 | 0.59 |
| Hex | B0 | 69 | C2 | 9 | 2E | 0 | 18 | 120 | 2A | 3B |
| Octal | 260 | 151 | 302 | 11 | 56 | 0 | 30 | 440 | 52 | 73 |
| Binary | 10110000 | 1101001 | 11000010 | 1001 | 101110 | 0 | 11000 | 100100000 | 101010 | 111011 |
Color Harmonies of #B069C2
Complementary color
Monochromatic Colors of #B069C2
Black with #B069C2
Text Example
Text Example
White with #B069C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069C2; }
p { color: rgb(176,105,194); }
H1.HeaderClassName
{
color: #B069C2;
}
.AnyTagClassName
{
color: #B069C2;
}
</style>
background-color css
<style>
a { background-color: #B069C2; }
a { background-color: rgb(176,105,194); }
div.DivClassName
{
background-color: #B069C2;
}
.BgClassName
{
background-color: #B069C2;
}
</style>
border-color css
<style>
span { border-color: #B069C2; }
span { border-color: rgb(176,105,194); }
td.TdClassName
{
border-color: #B069C2;
}
.TagClassName
{
border-color: #B069C2;
}
</style>