Shades of Medium Orchid #B64DFD
Tints of Medium Orchid #B64DFD
RGB
CMYK
RGB Variations
Color information
#B64DFD (or 0xB64DFD) is known color: Medium Orchid. HEX triplet: B6, 4D and FD. RGB value is (182,77,253). Sum of RGB (Red+Green+Blue) = 182+77+253=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #B64DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFD is #49B202. Grayscale: #7F7F7F. Windows color (decimal): -4829699 or 16600502. OLE color: 16600502.
HSL color Cylindrical-coordinate representation of color #B64DFD: hue angle of 275.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64DFD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 77 | 253 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.01 |
| HSL | 275.8º | 0.98% | 0.65% | - |
| HSV(B) | 275.8º | 0.7% | 0.99% | - |
| XYZ | 39.67 | 22.34 | 95.15 | - |
| YUV | 128.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 253 | 0.28 | 0.70 | 0 | 0.01 | 275.8 | 0.98 | 0.65 |
| Hex | B6 | 4D | FD | 1C | 46 | 0 | 1 | 114 | 62 | 41 |
| Octal | 266 | 115 | 375 | 34 | 106 | 0 | 1 | 424 | 142 | 101 |
| Binary | 10110110 | 1001101 | 11111101 | 11100 | 1000110 | 0 | 1 | 100010100 | 1100010 | 1000001 |
Color Harmonies of #B64DFD
Complementary color
Monochromatic Colors of #B64DFD
Black with #B64DFD
Text Example
Text Example
White with #B64DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DFD; }
p { color: rgb(182,77,253); }
H1.HeaderClassName
{
color: #B64DFD;
}
.AnyTagClassName
{
color: #B64DFD;
}
</style>
background-color css
<style>
a { background-color: #B64DFD; }
a { background-color: rgb(182,77,253); }
div.DivClassName
{
background-color: #B64DFD;
}
.BgClassName
{
background-color: #B64DFD;
}
</style>
border-color css
<style>
span { border-color: #B64DFD; }
span { border-color: rgb(182,77,253); }
td.TdClassName
{
border-color: #B64DFD;
}
.TagClassName
{
border-color: #B64DFD;
}
</style>