Shades of Medium Orchid #B64DFC
Tints of Medium Orchid #B64DFC
RGB
CMYK
RGB Variations
Color information
#B64DFC (or 0xB64DFC) is known color: Medium Orchid. HEX triplet: B6, 4D and FC. RGB value is (182,77,252). Sum of RGB (Red+Green+Blue) = 182+77+252=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B64DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFC is #49B203. Grayscale: #7F7F7F. Windows color (decimal): -4829700 or 16534966. OLE color: 16534966.
HSL color Cylindrical-coordinate representation of color #B64DFC: hue angle of 276º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64DFC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 77 | 252 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.01 |
| HSL | 276º | 0.97% | 0.65% | - |
| HSV(B) | 276º | 0.69% | 0.99% | - |
| XYZ | 39.52 | 22.28 | 94.31 | - |
| YUV | 128.35 | 197.79 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 252 | 0.28 | 0.69 | 0 | 0.01 | 276 | 0.97 | 0.65 |
| Hex | B6 | 4D | FC | 1C | 45 | 0 | 1 | 114 | 61 | 41 |
| Octal | 266 | 115 | 374 | 34 | 105 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10110110 | 1001101 | 11111100 | 11100 | 1000101 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B64DFC
Complementary color
Monochromatic Colors of #B64DFC
Black with #B64DFC
Text Example
Text Example
White with #B64DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DFC; }
p { color: rgb(182,77,252); }
H1.HeaderClassName
{
color: #B64DFC;
}
.AnyTagClassName
{
color: #B64DFC;
}
</style>
background-color css
<style>
a { background-color: #B64DFC; }
a { background-color: rgb(182,77,252); }
div.DivClassName
{
background-color: #B64DFC;
}
.BgClassName
{
background-color: #B64DFC;
}
</style>
border-color css
<style>
span { border-color: #B64DFC; }
span { border-color: rgb(182,77,252); }
td.TdClassName
{
border-color: #B64DFC;
}
.TagClassName
{
border-color: #B64DFC;
}
</style>