Shades of Medium Orchid #B666D1
Tints of Medium Orchid #B666D1
RGB
CMYK
RGB Variations
Color information
#B666D1 (or 0xB666D1) is known color: Medium Orchid. HEX triplet: B6, 66 and D1. RGB value is (182,102,209). Sum of RGB (Red+Green+Blue) = 182+102+209=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #B666D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666D1 is #49992E. Grayscale: #898989. Windows color (decimal): -4823343 or 13723318. OLE color: 13723318.
HSL color Cylindrical-coordinate representation of color #B666D1: hue angle of 284.86º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B666D1 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 102 | 209 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.18 |
| HSL | 284.86º | 0.54% | 0.61% | - |
| HSV(B) | 284.86º | 0.51% | 0.82% | - |
| XYZ | 35.55 | 24.05 | 63.09 | - |
| YUV | 138.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 209 | 0.13 | 0.51 | 0 | 0.18 | 284.86 | 0.54 | 0.61 |
| Hex | B6 | 66 | D1 | D | 33 | 0 | 12 | 11D | 36 | 3D |
| Octal | 266 | 146 | 321 | 15 | 63 | 0 | 22 | 435 | 66 | 75 |
| Binary | 10110110 | 1100110 | 11010001 | 1101 | 110011 | 0 | 10010 | 100011101 | 110110 | 111101 |
Color Harmonies of #B666D1
Complementary color
Monochromatic Colors of #B666D1
Black with #B666D1
Text Example
Text Example
White with #B666D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666D1; }
p { color: rgb(182,102,209); }
H1.HeaderClassName
{
color: #B666D1;
}
.AnyTagClassName
{
color: #B666D1;
}
</style>
background-color css
<style>
a { background-color: #B666D1; }
a { background-color: rgb(182,102,209); }
div.DivClassName
{
background-color: #B666D1;
}
.BgClassName
{
background-color: #B666D1;
}
</style>
border-color css
<style>
span { border-color: #B666D1; }
span { border-color: rgb(182,102,209); }
td.TdClassName
{
border-color: #B666D1;
}
.TagClassName
{
border-color: #B666D1;
}
</style>