Shades of Medium Orchid #B64DFE
Tints of Medium Orchid #B64DFE
RGB
CMYK
RGB Variations
Color information
#B64DFE (or 0xB64DFE) is known color: Medium Orchid. HEX triplet: B6, 4D and FE. RGB value is (182,77,254). Sum of RGB (Red+Green+Blue) = 182+77+254=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFE is #49B201. Grayscale: #7F7F7F. Windows color (decimal): -4829698 or 16666038. OLE color: 16666038.
HSL color Cylindrical-coordinate representation of color #B64DFE: hue angle of 275.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64DFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 77 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 275.59º | 0.99% | 0.65% | - |
| HSV(B) | 275.59º | 0.7% | 1% | - |
| XYZ | 39.83 | 22.41 | 95.99 | - |
| YUV | 128.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 254 | 0.28 | 0.70 | 0 | 0.00 | 275.59 | 0.99 | 0.65 |
| Hex | B6 | 4D | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 266 | 115 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110110 | 1001101 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B64DFE
Complementary color
Monochromatic Colors of #B64DFE
Black with #B64DFE
Text Example
Text Example
White with #B64DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DFE; }
p { color: rgb(182,77,254); }
H1.HeaderClassName
{
color: #B64DFE;
}
.AnyTagClassName
{
color: #B64DFE;
}
</style>
background-color css
<style>
a { background-color: #B64DFE; }
a { background-color: rgb(182,77,254); }
div.DivClassName
{
background-color: #B64DFE;
}
.BgClassName
{
background-color: #B64DFE;
}
</style>
border-color css
<style>
span { border-color: #B64DFE; }
span { border-color: rgb(182,77,254); }
td.TdClassName
{
border-color: #B64DFE;
}
.TagClassName
{
border-color: #B64DFE;
}
</style>