Shades of Medium Orchid #B660DF
Tints of Medium Orchid #B660DF
RGB
CMYK
RGB Variations
Color information
#B660DF (or 0xB660DF) is known color: Medium Orchid. HEX triplet: B6, 60 and DF. RGB value is (182,96,223). Sum of RGB (Red+Green+Blue) = 182+96+223=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B660DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660DF is #499F20. Grayscale: #878787. Windows color (decimal): -4824865 or 14639286. OLE color: 14639286.
HSL color Cylindrical-coordinate representation of color #B660DF: hue angle of 280.63º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B660DF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 96 | 223 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.13 |
| HSL | 280.63º | 0.66% | 0.63% | - |
| HSV(B) | 280.63º | 0.57% | 0.87% | - |
| XYZ | 36.79 | 23.64 | 72.44 | - |
| YUV | 136.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 223 | 0.18 | 0.57 | 0 | 0.13 | 280.63 | 0.66 | 0.63 |
| Hex | B6 | 60 | DF | 12 | 39 | 0 | D | 119 | 42 | 3F |
| Octal | 266 | 140 | 337 | 22 | 71 | 0 | 15 | 431 | 102 | 77 |
| Binary | 10110110 | 1100000 | 11011111 | 10010 | 111001 | 0 | 1101 | 100011001 | 1000010 | 111111 |
Color Harmonies of #B660DF
Complementary color
Monochromatic Colors of #B660DF
Black with #B660DF
Text Example
Text Example
White with #B660DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B660DF; }
p { color: rgb(182,96,223); }
H1.HeaderClassName
{
color: #B660DF;
}
.AnyTagClassName
{
color: #B660DF;
}
</style>
background-color css
<style>
a { background-color: #B660DF; }
a { background-color: rgb(182,96,223); }
div.DivClassName
{
background-color: #B660DF;
}
.BgClassName
{
background-color: #B660DF;
}
</style>
border-color css
<style>
span { border-color: #B660DF; }
span { border-color: rgb(182,96,223); }
td.TdClassName
{
border-color: #B660DF;
}
.TagClassName
{
border-color: #B660DF;
}
</style>