Shades of Medium Orchid #B068CE
Tints of Medium Orchid #B068CE
RGB
CMYK
RGB Variations
Color information
#B068CE (or 0xB068CE) is known color: Medium Orchid. HEX triplet: B0, 68 and CE. RGB value is (176,104,206). Sum of RGB (Red+Green+Blue) = 176+104+206=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B068CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068CE is #4F9731. Grayscale: #888888. Windows color (decimal): -5216050 or 13527216. OLE color: 13527216.
HSL color Cylindrical-coordinate representation of color #B068CE: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B068CE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 104 | 206 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 282.35º | 0.51% | 0.61% | - |
| HSV(B) | 282.35º | 0.5% | 0.81% | - |
| XYZ | 34 | 23.59 | 61.15 | - |
| YUV | 137.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 206 | 0.15 | 0.50 | 0 | 0.19 | 282.35 | 0.51 | 0.61 |
| Hex | B0 | 68 | CE | F | 32 | 0 | 13 | 11A | 33 | 3D |
| Octal | 260 | 150 | 316 | 17 | 62 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10110000 | 1101000 | 11001110 | 1111 | 110010 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #B068CE
Complementary color
Monochromatic Colors of #B068CE
Black with #B068CE
Text Example
Text Example
White with #B068CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068CE; }
p { color: rgb(176,104,206); }
H1.HeaderClassName
{
color: #B068CE;
}
.AnyTagClassName
{
color: #B068CE;
}
</style>
background-color css
<style>
a { background-color: #B068CE; }
a { background-color: rgb(176,104,206); }
div.DivClassName
{
background-color: #B068CE;
}
.BgClassName
{
background-color: #B068CE;
}
</style>
border-color css
<style>
span { border-color: #B068CE; }
span { border-color: rgb(176,104,206); }
td.TdClassName
{
border-color: #B068CE;
}
.TagClassName
{
border-color: #B068CE;
}
</style>