Shades of Medium Orchid #B666DB
Tints of Medium Orchid #B666DB
RGB
CMYK
RGB Variations
Color information
#B666DB (or 0xB666DB) is known color: Medium Orchid. HEX triplet: B6, 66 and DB. RGB value is (182,102,219). Sum of RGB (Red+Green+Blue) = 182+102+219=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B666DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666DB is #499924. Grayscale: #8A8A8A. Windows color (decimal): -4823333 or 14378678. OLE color: 14378678.
HSL color Cylindrical-coordinate representation of color #B666DB: hue angle of 281.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B666DB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 102 | 219 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.14 |
| HSL | 281.03º | 0.62% | 0.63% | - |
| HSV(B) | 281.03º | 0.53% | 0.86% | - |
| XYZ | 36.83 | 24.56 | 69.82 | - |
| YUV | 139.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 219 | 0.17 | 0.53 | 0 | 0.14 | 281.03 | 0.62 | 0.63 |
| Hex | B6 | 66 | DB | 11 | 35 | 0 | E | 119 | 3E | 3F |
| Octal | 266 | 146 | 333 | 21 | 65 | 0 | 16 | 431 | 76 | 77 |
| Binary | 10110110 | 1100110 | 11011011 | 10001 | 110101 | 0 | 1110 | 100011001 | 111110 | 111111 |
Color Harmonies of #B666DB
Complementary color
Monochromatic Colors of #B666DB
Black with #B666DB
Text Example
Text Example
White with #B666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666DB; }
p { color: rgb(182,102,219); }
H1.HeaderClassName
{
color: #B666DB;
}
.AnyTagClassName
{
color: #B666DB;
}
</style>
background-color css
<style>
a { background-color: #B666DB; }
a { background-color: rgb(182,102,219); }
div.DivClassName
{
background-color: #B666DB;
}
.BgClassName
{
background-color: #B666DB;
}
</style>
border-color css
<style>
span { border-color: #B666DB; }
span { border-color: rgb(182,102,219); }
td.TdClassName
{
border-color: #B666DB;
}
.TagClassName
{
border-color: #B666DB;
}
</style>