Shades of Medium Orchid #B068D9
Tints of Medium Orchid #B068D9
RGB
CMYK
RGB Variations
Color information
#B068D9 (or 0xB068D9) is known color: Medium Orchid. HEX triplet: B0, 68 and D9. RGB value is (176,104,217). Sum of RGB (Red+Green+Blue) = 176+104+217=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #B068D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068D9 is #4F9726. Grayscale: #8A8A8A. Windows color (decimal): -5216039 or 14248112. OLE color: 14248112.
HSL color Cylindrical-coordinate representation of color #B068D9: hue angle of 278.23º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B068D9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 104 | 217 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.15 |
| HSL | 278.23º | 0.6% | 0.63% | - |
| HSV(B) | 278.23º | 0.52% | 0.85% | - |
| XYZ | 35.38 | 24.14 | 68.44 | - |
| YUV | 138.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 217 | 0.19 | 0.52 | 0 | 0.15 | 278.23 | 0.6 | 0.63 |
| Hex | B0 | 68 | D9 | 13 | 34 | 0 | F | 116 | 3C | 3F |
| Octal | 260 | 150 | 331 | 23 | 64 | 0 | 17 | 426 | 74 | 77 |
| Binary | 10110000 | 1101000 | 11011001 | 10011 | 110100 | 0 | 1111 | 100010110 | 111100 | 111111 |
Color Harmonies of #B068D9
Complementary color
Monochromatic Colors of #B068D9
Black with #B068D9
Text Example
Text Example
White with #B068D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068D9; }
p { color: rgb(176,104,217); }
H1.HeaderClassName
{
color: #B068D9;
}
.AnyTagClassName
{
color: #B068D9;
}
</style>
background-color css
<style>
a { background-color: #B068D9; }
a { background-color: rgb(176,104,217); }
div.DivClassName
{
background-color: #B068D9;
}
.BgClassName
{
background-color: #B068D9;
}
</style>
border-color css
<style>
span { border-color: #B068D9; }
span { border-color: rgb(176,104,217); }
td.TdClassName
{
border-color: #B068D9;
}
.TagClassName
{
border-color: #B068D9;
}
</style>