Shades of Medium Orchid #B668D0
Tints of Medium Orchid #B668D0
RGB
CMYK
RGB Variations
Color information
#B668D0 (or 0xB668D0) is known color: Medium Orchid. HEX triplet: B6, 68 and D0. RGB value is (182,104,208). Sum of RGB (Red+Green+Blue) = 182+104+208=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #B668D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668D0 is #49972F. Grayscale: #8A8A8A. Windows color (decimal): -4822832 or 13658294. OLE color: 13658294.
HSL color Cylindrical-coordinate representation of color #B668D0: hue angle of 285º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B668D0 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 104 | 208 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.18 |
| HSL | 285º | 0.53% | 0.61% | - |
| HSV(B) | 285º | 0.5% | 0.82% | - |
| XYZ | 35.63 | 24.4 | 62.51 | - |
| YUV | 139.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 208 | 0.12 | 0.5 | 0 | 0.18 | 285 | 0.53 | 0.61 |
| Hex | B6 | 68 | D0 | C | 32 | 0 | 12 | 11D | 35 | 3D |
| Octal | 266 | 150 | 320 | 14 | 62 | 0 | 22 | 435 | 65 | 75 |
| Binary | 10110110 | 1101000 | 11010000 | 1100 | 110010 | 0 | 10010 | 100011101 | 110101 | 111101 |
Color Harmonies of #B668D0
Complementary color
Monochromatic Colors of #B668D0
Black with #B668D0
Text Example
Text Example
White with #B668D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668D0; }
p { color: rgb(182,104,208); }
H1.HeaderClassName
{
color: #B668D0;
}
.AnyTagClassName
{
color: #B668D0;
}
</style>
background-color css
<style>
a { background-color: #B668D0; }
a { background-color: rgb(182,104,208); }
div.DivClassName
{
background-color: #B668D0;
}
.BgClassName
{
background-color: #B668D0;
}
</style>
border-color css
<style>
span { border-color: #B668D0; }
span { border-color: rgb(182,104,208); }
td.TdClassName
{
border-color: #B668D0;
}
.TagClassName
{
border-color: #B668D0;
}
</style>