Shades of Medium Orchid #B664DF
Tints of Medium Orchid #B664DF
RGB
CMYK
RGB Variations
Color information
#B664DF (or 0xB664DF) is known color: Medium Orchid. HEX triplet: B6, 64 and DF. RGB value is (182,100,223). Sum of RGB (Red+Green+Blue) = 182+100+223=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B664DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664DF is #499B20. Grayscale: #8A8A8A. Windows color (decimal): -4823841 or 14640310. OLE color: 14640310.
HSL color Cylindrical-coordinate representation of color #B664DF: hue angle of 280º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B664DF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 100 | 223 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.13 |
| HSL | 280º | 0.66% | 0.63% | - |
| HSV(B) | 280º | 0.55% | 0.87% | - |
| XYZ | 37.17 | 24.39 | 72.56 | - |
| YUV | 138.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 223 | 0.18 | 0.55 | 0 | 0.13 | 280 | 0.66 | 0.63 |
| Hex | B6 | 64 | DF | 12 | 37 | 0 | D | 118 | 42 | 3F |
| Octal | 266 | 144 | 337 | 22 | 67 | 0 | 15 | 430 | 102 | 77 |
| Binary | 10110110 | 1100100 | 11011111 | 10010 | 110111 | 0 | 1101 | 100011000 | 1000010 | 111111 |
Color Harmonies of #B664DF
Complementary color
Monochromatic Colors of #B664DF
Black with #B664DF
Text Example
Text Example
White with #B664DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B664DF; }
p { color: rgb(182,100,223); }
H1.HeaderClassName
{
color: #B664DF;
}
.AnyTagClassName
{
color: #B664DF;
}
</style>
background-color css
<style>
a { background-color: #B664DF; }
a { background-color: rgb(182,100,223); }
div.DivClassName
{
background-color: #B664DF;
}
.BgClassName
{
background-color: #B664DF;
}
</style>
border-color css
<style>
span { border-color: #B664DF; }
span { border-color: rgb(182,100,223); }
td.TdClassName
{
border-color: #B664DF;
}
.TagClassName
{
border-color: #B664DF;
}
</style>