Shades of Medium Orchid #B669DF
Tints of Medium Orchid #B669DF
RGB
CMYK
RGB Variations
Color information
#B669DF (or 0xB669DF) is known color: Medium Orchid. HEX triplet: B6, 69 and DF. RGB value is (182,105,223). Sum of RGB (Red+Green+Blue) = 182+105+223=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B669DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DF is #499620. Grayscale: #8D8D8D. Windows color (decimal): -4822561 or 14641590. OLE color: 14641590.
HSL color Cylindrical-coordinate representation of color #B669DF: hue angle of 279.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B669DF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 105 | 223 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.13 |
| HSL | 279.15º | 0.65% | 0.64% | - |
| HSV(B) | 279.15º | 0.53% | 0.87% | - |
| XYZ | 37.66 | 25.38 | 72.73 | - |
| YUV | 141.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 223 | 0.18 | 0.53 | 0 | 0.13 | 279.15 | 0.65 | 0.64 |
| Hex | B6 | 69 | DF | 12 | 35 | 0 | D | 117 | 41 | 40 |
| Octal | 266 | 151 | 337 | 22 | 65 | 0 | 15 | 427 | 101 | 100 |
| Binary | 10110110 | 1101001 | 11011111 | 10010 | 110101 | 0 | 1101 | 100010111 | 1000001 | 1000000 |
Color Harmonies of #B669DF
Complementary color
Monochromatic Colors of #B669DF
Black with #B669DF
Text Example
Text Example
White with #B669DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669DF; }
p { color: rgb(182,105,223); }
H1.HeaderClassName
{
color: #B669DF;
}
.AnyTagClassName
{
color: #B669DF;
}
</style>
background-color css
<style>
a { background-color: #B669DF; }
a { background-color: rgb(182,105,223); }
div.DivClassName
{
background-color: #B669DF;
}
.BgClassName
{
background-color: #B669DF;
}
</style>
border-color css
<style>
span { border-color: #B669DF; }
span { border-color: rgb(182,105,223); }
td.TdClassName
{
border-color: #B669DF;
}
.TagClassName
{
border-color: #B669DF;
}
</style>