Shades of Medium Orchid #B66FDD
Tints of Medium Orchid #B66FDD
RGB
CMYK
RGB Variations
Color information
#B66FDD (or 0xB66FDD) is known color: Medium Orchid. HEX triplet: B6, 6F and DD. RGB value is (182,111,221). Sum of RGB (Red+Green+Blue) = 182+111+221=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B66FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FDD is #499022. Grayscale: #909090. Windows color (decimal): -4821027 or 14512054. OLE color: 14512054.
HSL color Cylindrical-coordinate representation of color #B66FDD: hue angle of 278.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66FDD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 111 | 221 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.13 |
| HSL | 278.73º | 0.62% | 0.65% | - |
| HSV(B) | 278.73º | 0.5% | 0.87% | - |
| XYZ | 38.03 | 26.53 | 71.52 | - |
| YUV | 144.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 221 | 0.18 | 0.50 | 0 | 0.13 | 278.73 | 0.62 | 0.65 |
| Hex | B6 | 6F | DD | 12 | 32 | 0 | D | 117 | 3E | 41 |
| Octal | 266 | 157 | 335 | 22 | 62 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110110 | 1101111 | 11011101 | 10010 | 110010 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B66FDD
Complementary color
Monochromatic Colors of #B66FDD
Black with #B66FDD
Text Example
Text Example
White with #B66FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FDD; }
p { color: rgb(182,111,221); }
H1.HeaderClassName
{
color: #B66FDD;
}
.AnyTagClassName
{
color: #B66FDD;
}
</style>
background-color css
<style>
a { background-color: #B66FDD; }
a { background-color: rgb(182,111,221); }
div.DivClassName
{
background-color: #B66FDD;
}
.BgClassName
{
background-color: #B66FDD;
}
</style>
border-color css
<style>
span { border-color: #B66FDD; }
span { border-color: rgb(182,111,221); }
td.TdClassName
{
border-color: #B66FDD;
}
.TagClassName
{
border-color: #B66FDD;
}
</style>