Shades of Medium Orchid #B068DD
Tints of Medium Orchid #B068DD
RGB
CMYK
RGB Variations
Color information
#B068DD (or 0xB068DD) is known color: Medium Orchid. HEX triplet: B0, 68 and DD. RGB value is (176,104,221). Sum of RGB (Red+Green+Blue) = 176+104+221=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B068DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DD is #4F9722. Grayscale: #8A8A8A. Windows color (decimal): -5216035 or 14510256. OLE color: 14510256.
HSL color Cylindrical-coordinate representation of color #B068DD: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B068DD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 104 | 221 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.13 |
| HSL | 276.92º | 0.63% | 0.64% | - |
| HSV(B) | 276.92º | 0.53% | 0.87% | - |
| XYZ | 35.91 | 24.35 | 71.21 | - |
| YUV | 138.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 221 | 0.20 | 0.53 | 0 | 0.13 | 276.92 | 0.63 | 0.64 |
| Hex | B0 | 68 | DD | 14 | 35 | 0 | D | 115 | 3F | 40 |
| Octal | 260 | 150 | 335 | 24 | 65 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10110000 | 1101000 | 11011101 | 10100 | 110101 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #B068DD
Complementary color
Monochromatic Colors of #B068DD
Black with #B068DD
Text Example
Text Example
White with #B068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068DD; }
p { color: rgb(176,104,221); }
H1.HeaderClassName
{
color: #B068DD;
}
.AnyTagClassName
{
color: #B068DD;
}
</style>
background-color css
<style>
a { background-color: #B068DD; }
a { background-color: rgb(176,104,221); }
div.DivClassName
{
background-color: #B068DD;
}
.BgClassName
{
background-color: #B068DD;
}
</style>
border-color css
<style>
span { border-color: #B068DD; }
span { border-color: rgb(176,104,221); }
td.TdClassName
{
border-color: #B068DD;
}
.TagClassName
{
border-color: #B068DD;
}
</style>