Shades of Medium Orchid #B666DD
Tints of Medium Orchid #B666DD
RGB
CMYK
RGB Variations
Color information
#B666DD (or 0xB666DD) is known color: Medium Orchid. HEX triplet: B6, 66 and DD. RGB value is (182,102,221). Sum of RGB (Red+Green+Blue) = 182+102+221=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B666DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666DD is #499922. Grayscale: #8B8B8B. Windows color (decimal): -4823331 or 14509750. OLE color: 14509750.
HSL color Cylindrical-coordinate representation of color #B666DD: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B666DD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 102 | 221 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.13 |
| HSL | 280.34º | 0.64% | 0.63% | - |
| HSV(B) | 280.34º | 0.54% | 0.87% | - |
| XYZ | 37.09 | 24.67 | 71.21 | - |
| YUV | 139.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 221 | 0.18 | 0.54 | 0 | 0.13 | 280.34 | 0.64 | 0.63 |
| Hex | B6 | 66 | DD | 12 | 36 | 0 | D | 118 | 40 | 3F |
| Octal | 266 | 146 | 335 | 22 | 66 | 0 | 15 | 430 | 100 | 77 |
| Binary | 10110110 | 1100110 | 11011101 | 10010 | 110110 | 0 | 1101 | 100011000 | 1000000 | 111111 |
Color Harmonies of #B666DD
Complementary color
Monochromatic Colors of #B666DD
Black with #B666DD
Text Example
Text Example
White with #B666DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666DD; }
p { color: rgb(182,102,221); }
H1.HeaderClassName
{
color: #B666DD;
}
.AnyTagClassName
{
color: #B666DD;
}
</style>
background-color css
<style>
a { background-color: #B666DD; }
a { background-color: rgb(182,102,221); }
div.DivClassName
{
background-color: #B666DD;
}
.BgClassName
{
background-color: #B666DD;
}
</style>
border-color css
<style>
span { border-color: #B666DD; }
span { border-color: rgb(182,102,221); }
td.TdClassName
{
border-color: #B666DD;
}
.TagClassName
{
border-color: #B666DD;
}
</style>