Shades of Medium Orchid #B068E6
Tints of Medium Orchid #B068E6
RGB
CMYK
RGB Variations
Color information
#B068E6 (or 0xB068E6) is known color: Medium Orchid. HEX triplet: B0, 68 and E6. RGB value is (176,104,230). Sum of RGB (Red+Green+Blue) = 176+104+230=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #B068E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068E6 is #4F9719. Grayscale: #8B8B8B. Windows color (decimal): -5216026 or 15100080. OLE color: 15100080.
HSL color Cylindrical-coordinate representation of color #B068E6: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B068E6 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 104 | 230 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.10 |
| HSL | 274.29º | 0.72% | 0.65% | - |
| HSV(B) | 274.29º | 0.55% | 0.9% | - |
| XYZ | 37.14 | 24.84 | 77.7 | - |
| YUV | 139.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 230 | 0.23 | 0.55 | 0 | 0.10 | 274.29 | 0.72 | 0.65 |
| Hex | B0 | 68 | E6 | 17 | 37 | 0 | A | 112 | 48 | 41 |
| Octal | 260 | 150 | 346 | 27 | 67 | 0 | 12 | 422 | 110 | 101 |
| Binary | 10110000 | 1101000 | 11100110 | 10111 | 110111 | 0 | 1010 | 100010010 | 1001000 | 1000001 |
Color Harmonies of #B068E6
Complementary color
Monochromatic Colors of #B068E6
Black with #B068E6
Text Example
Text Example
White with #B068E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068E6; }
p { color: rgb(176,104,230); }
H1.HeaderClassName
{
color: #B068E6;
}
.AnyTagClassName
{
color: #B068E6;
}
</style>
background-color css
<style>
a { background-color: #B068E6; }
a { background-color: rgb(176,104,230); }
div.DivClassName
{
background-color: #B068E6;
}
.BgClassName
{
background-color: #B068E6;
}
</style>
border-color css
<style>
span { border-color: #B068E6; }
span { border-color: rgb(176,104,230); }
td.TdClassName
{
border-color: #B068E6;
}
.TagClassName
{
border-color: #B068E6;
}
</style>