Shades of Medium Orchid #B068D8
Tints of Medium Orchid #B068D8
RGB
CMYK
RGB Variations
Color information
#B068D8 (or 0xB068D8) is known color: Medium Orchid. HEX triplet: B0, 68 and D8. RGB value is (176,104,216). Sum of RGB (Red+Green+Blue) = 176+104+216=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #B068D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068D8 is #4F9727. Grayscale: #898989. Windows color (decimal): -5216040 or 14182576. OLE color: 14182576.
HSL color Cylindrical-coordinate representation of color #B068D8: hue angle of 278.57º degrees, saturation: 0.59, 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 #B068D8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 104 | 216 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.15 |
| HSL | 278.57º | 0.59% | 0.63% | - |
| HSV(B) | 278.57º | 0.52% | 0.85% | - |
| XYZ | 35.25 | 24.09 | 67.76 | - |
| YUV | 138.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 216 | 0.19 | 0.52 | 0 | 0.15 | 278.57 | 0.59 | 0.63 |
| Hex | B0 | 68 | D8 | 13 | 34 | 0 | F | 117 | 3B | 3F |
| Octal | 260 | 150 | 330 | 23 | 64 | 0 | 17 | 427 | 73 | 77 |
| Binary | 10110000 | 1101000 | 11011000 | 10011 | 110100 | 0 | 1111 | 100010111 | 111011 | 111111 |
Color Harmonies of #B068D8
Complementary color
Monochromatic Colors of #B068D8
Black with #B068D8
Text Example
Text Example
White with #B068D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068D8; }
p { color: rgb(176,104,216); }
H1.HeaderClassName
{
color: #B068D8;
}
.AnyTagClassName
{
color: #B068D8;
}
</style>
background-color css
<style>
a { background-color: #B068D8; }
a { background-color: rgb(176,104,216); }
div.DivClassName
{
background-color: #B068D8;
}
.BgClassName
{
background-color: #B068D8;
}
</style>
border-color css
<style>
span { border-color: #B068D8; }
span { border-color: rgb(176,104,216); }
td.TdClassName
{
border-color: #B068D8;
}
.TagClassName
{
border-color: #B068D8;
}
</style>