Shades of Medium Orchid #B66DDB
Tints of Medium Orchid #B66DDB
RGB
CMYK
RGB Variations
Color information
#B66DDB (or 0xB66DDB) is known color: Medium Orchid. HEX triplet: B6, 6D and DB. RGB value is (182,109,219). Sum of RGB (Red+Green+Blue) = 182+109+219=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B66DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DDB is #499224. Grayscale: #8F8F8F. Windows color (decimal): -4821541 or 14380470. OLE color: 14380470.
HSL color Cylindrical-coordinate representation of color #B66DDB: hue angle of 279.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66DDB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 182 | 109 | 219 | - |
CMYK | 0.17 | 0.50 | 0 | 0.14 |
HSL | 279.82º | 0.6% | 0.64% | - |
HSV(B) | 279.82º | 0.5% | 0.86% | - |
XYZ | 37.55 | 26 | 70.06 | - |
YUV | 143.37 | 170.68 | 155.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 109 | 219 | 0.17 | 0.50 | 0 | 0.14 | 279.82 | 0.6 | 0.64 |
Hex | B6 | 6D | DB | 11 | 32 | 0 | E | 118 | 3C | 40 |
Octal | 266 | 155 | 333 | 21 | 62 | 0 | 16 | 430 | 74 | 100 |
Binary | 10110110 | 1101101 | 11011011 | 10001 | 110010 | 0 | 1110 | 100011000 | 111100 | 1000000 |
Color Harmonies of #B66DDB
Complementary color
Monochromatic Colors of #B66DDB
Black with #B66DDB
Text Example
Text Example
White with #B66DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DDB; }
p { color: rgb(182,109,219); }
H1.HeaderClassName
{
color: #B66DDB;
}
.AnyTagClassName
{
color: #B66DDB;
}
</style>
background-color css
<style>
a { background-color: #B66DDB; }
a { background-color: rgb(182,109,219); }
div.DivClassName
{
background-color: #B66DDB;
}
.BgClassName
{
background-color: #B66DDB;
}
</style>
border-color css
<style>
span { border-color: #B66DDB; }
span { border-color: rgb(182,109,219); }
td.TdClassName
{
border-color: #B66DDB;
}
.TagClassName
{
border-color: #B66DDB;
}
</style>