Shades of Medium Orchid #B068CF
Tints of Medium Orchid #B068CF
RGB
CMYK
RGB Variations
Color information
#B068CF (or 0xB068CF) is known color: Medium Orchid. HEX triplet: B0, 68 and CF. RGB value is (176,104,207). Sum of RGB (Red+Green+Blue) = 176+104+207=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B068CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068CF is #4F9730. Grayscale: #888888. Windows color (decimal): -5216049 or 13592752. OLE color: 13592752.
HSL color Cylindrical-coordinate representation of color #B068CF: hue angle of 281.94º degrees, saturation: 0.52, 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 #B068CF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 104 | 207 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 281.94º | 0.52% | 0.61% | - |
| HSV(B) | 281.94º | 0.5% | 0.81% | - |
| XYZ | 34.12 | 23.64 | 61.8 | - |
| YUV | 137.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 207 | 0.15 | 0.50 | 0 | 0.19 | 281.94 | 0.52 | 0.61 |
| Hex | B0 | 68 | CF | F | 32 | 0 | 13 | 11A | 34 | 3D |
| Octal | 260 | 150 | 317 | 17 | 62 | 0 | 23 | 432 | 64 | 75 |
| Binary | 10110000 | 1101000 | 11001111 | 1111 | 110010 | 0 | 10011 | 100011010 | 110100 | 111101 |
Color Harmonies of #B068CF
Complementary color
Monochromatic Colors of #B068CF
Black with #B068CF
Text Example
Text Example
White with #B068CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068CF; }
p { color: rgb(176,104,207); }
H1.HeaderClassName
{
color: #B068CF;
}
.AnyTagClassName
{
color: #B068CF;
}
</style>
background-color css
<style>
a { background-color: #B068CF; }
a { background-color: rgb(176,104,207); }
div.DivClassName
{
background-color: #B068CF;
}
.BgClassName
{
background-color: #B068CF;
}
</style>
border-color css
<style>
span { border-color: #B068CF; }
span { border-color: rgb(176,104,207); }
td.TdClassName
{
border-color: #B068CF;
}
.TagClassName
{
border-color: #B068CF;
}
</style>