Shades of Medium Orchid #B064DC
Tints of Medium Orchid #B064DC
RGB
CMYK
RGB Variations
Color information
#B064DC (or 0xB064DC) is known color: Medium Orchid. HEX triplet: B0, 64 and DC. RGB value is (176,100,220). Sum of RGB (Red+Green+Blue) = 176+100+220=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B064DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064DC is #4F9B23. Grayscale: #888888. Windows color (decimal): -5217060 or 14443696. OLE color: 14443696.
HSL color Cylindrical-coordinate representation of color #B064DC: hue angle of 278º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B064DC is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 100 | 220 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.14 |
| HSL | 278º | 0.63% | 0.63% | - |
| HSV(B) | 278º | 0.55% | 0.86% | - |
| XYZ | 35.38 | 23.51 | 70.38 | - |
| YUV | 136.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 220 | 0.2 | 0.55 | 0 | 0.14 | 278 | 0.63 | 0.63 |
| Hex | B0 | 64 | DC | 14 | 37 | 0 | E | 116 | 3F | 3F |
| Octal | 260 | 144 | 334 | 24 | 67 | 0 | 16 | 426 | 77 | 77 |
| Binary | 10110000 | 1100100 | 11011100 | 10100 | 110111 | 0 | 1110 | 100010110 | 111111 | 111111 |
Color Harmonies of #B064DC
Complementary color
Monochromatic Colors of #B064DC
Black with #B064DC
Text Example
Text Example
White with #B064DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064DC; }
p { color: rgb(176,100,220); }
H1.HeaderClassName
{
color: #B064DC;
}
.AnyTagClassName
{
color: #B064DC;
}
</style>
background-color css
<style>
a { background-color: #B064DC; }
a { background-color: rgb(176,100,220); }
div.DivClassName
{
background-color: #B064DC;
}
.BgClassName
{
background-color: #B064DC;
}
</style>
border-color css
<style>
span { border-color: #B064DC; }
span { border-color: rgb(176,100,220); }
td.TdClassName
{
border-color: #B064DC;
}
.TagClassName
{
border-color: #B064DC;
}
</style>