Shades of Medium Orchid #B668CE
Tints of Medium Orchid #B668CE
RGB
CMYK
RGB Variations
Color information
#B668CE (or 0xB668CE) is known color: Medium Orchid. HEX triplet: B6, 68 and CE. RGB value is (182,104,206). Sum of RGB (Red+Green+Blue) = 182+104+206=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #B668CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668CE is #499731. Grayscale: #8A8A8A. Windows color (decimal): -4822834 or 13527222. OLE color: 13527222.
HSL color Cylindrical-coordinate representation of color #B668CE: hue angle of 285.88º 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 #B668CE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 104 | 206 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.19 |
| HSL | 285.88º | 0.51% | 0.61% | - |
| HSV(B) | 285.88º | 0.5% | 0.81% | - |
| XYZ | 35.38 | 24.3 | 61.22 | - |
| YUV | 138.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 206 | 0.12 | 0.50 | 0 | 0.19 | 285.88 | 0.51 | 0.61 |
| Hex | B6 | 68 | CE | C | 32 | 0 | 13 | 11E | 33 | 3D |
| Octal | 266 | 150 | 316 | 14 | 62 | 0 | 23 | 436 | 63 | 75 |
| Binary | 10110110 | 1101000 | 11001110 | 1100 | 110010 | 0 | 10011 | 100011110 | 110011 | 111101 |
Color Harmonies of #B668CE
Complementary color
Monochromatic Colors of #B668CE
Black with #B668CE
Text Example
Text Example
White with #B668CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668CE; }
p { color: rgb(182,104,206); }
H1.HeaderClassName
{
color: #B668CE;
}
.AnyTagClassName
{
color: #B668CE;
}
</style>
background-color css
<style>
a { background-color: #B668CE; }
a { background-color: rgb(182,104,206); }
div.DivClassName
{
background-color: #B668CE;
}
.BgClassName
{
background-color: #B668CE;
}
</style>
border-color css
<style>
span { border-color: #B668CE; }
span { border-color: rgb(182,104,206); }
td.TdClassName
{
border-color: #B668CE;
}
.TagClassName
{
border-color: #B668CE;
}
</style>