Shades of Medium Orchid #B666E1
Tints of Medium Orchid #B666E1
RGB
CMYK
RGB Variations
Color information
#B666E1 (or 0xB666E1) is known color: Medium Orchid. HEX triplet: B6, 66 and E1. RGB value is (182,102,225). Sum of RGB (Red+Green+Blue) = 182+102+225=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #B666E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666E1 is #49991E. Grayscale: #8B8B8B. Windows color (decimal): -4823327 or 14771894. OLE color: 14771894.
HSL color Cylindrical-coordinate representation of color #B666E1: hue angle of 279.02º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B666E1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 102 | 225 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.12 |
| HSL | 279.02º | 0.67% | 0.64% | - |
| HSV(B) | 279.02º | 0.55% | 0.88% | - |
| XYZ | 37.63 | 24.88 | 74.05 | - |
| YUV | 139.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 225 | 0.19 | 0.55 | 0 | 0.12 | 279.02 | 0.67 | 0.64 |
| Hex | B6 | 66 | E1 | 13 | 37 | 0 | C | 117 | 43 | 40 |
| Octal | 266 | 146 | 341 | 23 | 67 | 0 | 14 | 427 | 103 | 100 |
| Binary | 10110110 | 1100110 | 11100001 | 10011 | 110111 | 0 | 1100 | 100010111 | 1000011 | 1000000 |
Color Harmonies of #B666E1
Complementary color
Monochromatic Colors of #B666E1
Black with #B666E1
Text Example
Text Example
White with #B666E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666E1; }
p { color: rgb(182,102,225); }
H1.HeaderClassName
{
color: #B666E1;
}
.AnyTagClassName
{
color: #B666E1;
}
</style>
background-color css
<style>
a { background-color: #B666E1; }
a { background-color: rgb(182,102,225); }
div.DivClassName
{
background-color: #B666E1;
}
.BgClassName
{
background-color: #B666E1;
}
</style>
border-color css
<style>
span { border-color: #B666E1; }
span { border-color: rgb(182,102,225); }
td.TdClassName
{
border-color: #B666E1;
}
.TagClassName
{
border-color: #B666E1;
}
</style>