Shades of Medium Orchid #B068D3
Tints of Medium Orchid #B068D3
RGB
CMYK
RGB Variations
Color information
#B068D3 (or 0xB068D3) is known color: Medium Orchid. HEX triplet: B0, 68 and D3. RGB value is (176,104,211). Sum of RGB (Red+Green+Blue) = 176+104+211=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #B068D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068D3 is #4F972C. Grayscale: #898989. Windows color (decimal): -5216045 or 13854896. OLE color: 13854896.
HSL color Cylindrical-coordinate representation of color #B068D3: hue angle of 280.37º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B068D3 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 104 | 211 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.17 |
| HSL | 280.37º | 0.55% | 0.62% | - |
| HSV(B) | 280.37º | 0.51% | 0.83% | - |
| XYZ | 34.61 | 23.83 | 64.4 | - |
| YUV | 137.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 211 | 0.17 | 0.51 | 0 | 0.17 | 280.37 | 0.55 | 0.62 |
| Hex | B0 | 68 | D3 | 11 | 33 | 0 | 11 | 118 | 37 | 3E |
| Octal | 260 | 150 | 323 | 21 | 63 | 0 | 21 | 430 | 67 | 76 |
| Binary | 10110000 | 1101000 | 11010011 | 10001 | 110011 | 0 | 10001 | 100011000 | 110111 | 111110 |
Color Harmonies of #B068D3
Complementary color
Monochromatic Colors of #B068D3
Black with #B068D3
Text Example
Text Example
White with #B068D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068D3; }
p { color: rgb(176,104,211); }
H1.HeaderClassName
{
color: #B068D3;
}
.AnyTagClassName
{
color: #B068D3;
}
</style>
background-color css
<style>
a { background-color: #B068D3; }
a { background-color: rgb(176,104,211); }
div.DivClassName
{
background-color: #B068D3;
}
.BgClassName
{
background-color: #B068D3;
}
</style>
border-color css
<style>
span { border-color: #B068D3; }
span { border-color: rgb(176,104,211); }
td.TdClassName
{
border-color: #B068D3;
}
.TagClassName
{
border-color: #B068D3;
}
</style>