Shades of Medium Orchid #B668E6
Tints of Medium Orchid #B668E6
RGB
CMYK
RGB Variations
Color information
#B668E6 (or 0xB668E6) is known color: Medium Orchid. HEX triplet: B6, 68 and E6. RGB value is (182,104,230). Sum of RGB (Red+Green+Blue) = 182+104+230=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #B668E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668E6 is #499719. Grayscale: #8D8D8D. Windows color (decimal): -4822810 or 15100086. OLE color: 15100086.
HSL color Cylindrical-coordinate representation of color #B668E6: hue angle of 277.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B668E6 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 104 | 230 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.10 |
| HSL | 277.14º | 0.72% | 0.65% | - |
| HSV(B) | 277.14º | 0.55% | 0.9% | - |
| XYZ | 38.52 | 25.56 | 77.77 | - |
| YUV | 141.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 230 | 0.21 | 0.55 | 0 | 0.10 | 277.14 | 0.72 | 0.65 |
| Hex | B6 | 68 | E6 | 15 | 37 | 0 | A | 115 | 48 | 41 |
| Octal | 266 | 150 | 346 | 25 | 67 | 0 | 12 | 425 | 110 | 101 |
| Binary | 10110110 | 1101000 | 11100110 | 10101 | 110111 | 0 | 1010 | 100010101 | 1001000 | 1000001 |
Color Harmonies of #B668E6
Complementary color
Monochromatic Colors of #B668E6
Black with #B668E6
Text Example
Text Example
White with #B668E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668E6; }
p { color: rgb(182,104,230); }
H1.HeaderClassName
{
color: #B668E6;
}
.AnyTagClassName
{
color: #B668E6;
}
</style>
background-color css
<style>
a { background-color: #B668E6; }
a { background-color: rgb(182,104,230); }
div.DivClassName
{
background-color: #B668E6;
}
.BgClassName
{
background-color: #B668E6;
}
</style>
border-color css
<style>
span { border-color: #B668E6; }
span { border-color: rgb(182,104,230); }
td.TdClassName
{
border-color: #B668E6;
}
.TagClassName
{
border-color: #B668E6;
}
</style>