Shades of Medium Orchid #B064DF
Tints of Medium Orchid #B064DF
RGB
CMYK
RGB Variations
Color information
#B064DF (or 0xB064DF) is known color: Medium Orchid. HEX triplet: B0, 64 and DF. RGB value is (176,100,223). Sum of RGB (Red+Green+Blue) = 176+100+223=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #B064DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064DF is #4F9B20. Grayscale: #888888. Windows color (decimal): -5217057 or 14640304. OLE color: 14640304.
HSL color Cylindrical-coordinate representation of color #B064DF: hue angle of 277.07º 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 #B064DF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 100 | 223 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 277.07º | 0.66% | 0.63% | - |
| HSV(B) | 277.07º | 0.55% | 0.87% | - |
| XYZ | 35.78 | 23.67 | 72.5 | - |
| YUV | 136.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 223 | 0.21 | 0.55 | 0 | 0.13 | 277.07 | 0.66 | 0.63 |
| Hex | B0 | 64 | DF | 15 | 37 | 0 | D | 115 | 42 | 3F |
| Octal | 260 | 144 | 337 | 25 | 67 | 0 | 15 | 425 | 102 | 77 |
| Binary | 10110000 | 1100100 | 11011111 | 10101 | 110111 | 0 | 1101 | 100010101 | 1000010 | 111111 |
Color Harmonies of #B064DF
Complementary color
Monochromatic Colors of #B064DF
Black with #B064DF
Text Example
Text Example
White with #B064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064DF; }
p { color: rgb(176,100,223); }
H1.HeaderClassName
{
color: #B064DF;
}
.AnyTagClassName
{
color: #B064DF;
}
</style>
background-color css
<style>
a { background-color: #B064DF; }
a { background-color: rgb(176,100,223); }
div.DivClassName
{
background-color: #B064DF;
}
.BgClassName
{
background-color: #B064DF;
}
</style>
border-color css
<style>
span { border-color: #B064DF; }
span { border-color: rgb(176,100,223); }
td.TdClassName
{
border-color: #B064DF;
}
.TagClassName
{
border-color: #B064DF;
}
</style>