Shades of Medium Orchid #B64DF4
Tints of Medium Orchid #B64DF4
RGB
CMYK
RGB Variations
Color information
#B64DF4 (or 0xB64DF4) is known color: Medium Orchid. HEX triplet: B6, 4D and F4. RGB value is (182,77,244). Sum of RGB (Red+Green+Blue) = 182+77+244=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #B64DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DF4 is #49B20B. Grayscale: #7E7E7E. Windows color (decimal): -4829708 or 16010678. OLE color: 16010678.
HSL color Cylindrical-coordinate representation of color #B64DF4: hue angle of 277.72º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64DF4 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 77 | 244 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.04 |
| HSL | 277.72º | 0.88% | 0.63% | - |
| HSV(B) | 277.72º | 0.68% | 0.96% | - |
| XYZ | 38.27 | 21.78 | 87.78 | - |
| YUV | 127.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 244 | 0.25 | 0.68 | 0 | 0.04 | 277.72 | 0.88 | 0.63 |
| Hex | B6 | 4D | F4 | 19 | 44 | 0 | 4 | 116 | 58 | 3F |
| Octal | 266 | 115 | 364 | 31 | 104 | 0 | 4 | 426 | 130 | 77 |
| Binary | 10110110 | 1001101 | 11110100 | 11001 | 1000100 | 0 | 100 | 100010110 | 1011000 | 111111 |
Color Harmonies of #B64DF4
Complementary color
Monochromatic Colors of #B64DF4
Black with #B64DF4
Text Example
Text Example
White with #B64DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DF4; }
p { color: rgb(182,77,244); }
H1.HeaderClassName
{
color: #B64DF4;
}
.AnyTagClassName
{
color: #B64DF4;
}
</style>
background-color css
<style>
a { background-color: #B64DF4; }
a { background-color: rgb(182,77,244); }
div.DivClassName
{
background-color: #B64DF4;
}
.BgClassName
{
background-color: #B64DF4;
}
</style>
border-color css
<style>
span { border-color: #B64DF4; }
span { border-color: rgb(182,77,244); }
td.TdClassName
{
border-color: #B64DF4;
}
.TagClassName
{
border-color: #B64DF4;
}
</style>