Shades of Medium Orchid #B064EF
Tints of Medium Orchid #B064EF
RGB
CMYK
RGB Variations
Color information
#B064EF (or 0xB064EF) is known color: Medium Orchid. HEX triplet: B0, 64 and EF. RGB value is (176,100,239). Sum of RGB (Red+Green+Blue) = 176+100+239=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #B064EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064EF is #4F9B10. Grayscale: #8A8A8A. Windows color (decimal): -5217041 or 15688880. OLE color: 15688880.
HSL color Cylindrical-coordinate representation of color #B064EF: hue angle of 272.81º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B064EF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 100 | 239 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.06 |
| HSL | 272.81º | 0.81% | 0.66% | - |
| HSV(B) | 272.81º | 0.58% | 0.94% | - |
| XYZ | 38.04 | 24.58 | 84.4 | - |
| YUV | 138.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 239 | 0.26 | 0.58 | 0 | 0.06 | 272.81 | 0.81 | 0.66 |
| Hex | B0 | 64 | EF | 1A | 3A | 0 | 6 | 111 | 51 | 42 |
| Octal | 260 | 144 | 357 | 32 | 72 | 0 | 6 | 421 | 121 | 102 |
| Binary | 10110000 | 1100100 | 11101111 | 11010 | 111010 | 0 | 110 | 100010001 | 1010001 | 1000010 |
Color Harmonies of #B064EF
Complementary color
Monochromatic Colors of #B064EF
Black with #B064EF
Text Example
Text Example
White with #B064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064EF; }
p { color: rgb(176,100,239); }
H1.HeaderClassName
{
color: #B064EF;
}
.AnyTagClassName
{
color: #B064EF;
}
</style>
background-color css
<style>
a { background-color: #B064EF; }
a { background-color: rgb(176,100,239); }
div.DivClassName
{
background-color: #B064EF;
}
.BgClassName
{
background-color: #B064EF;
}
</style>
border-color css
<style>
span { border-color: #B064EF; }
span { border-color: rgb(176,100,239); }
td.TdClassName
{
border-color: #B064EF;
}
.TagClassName
{
border-color: #B064EF;
}
</style>