Shades of Medium Orchid #B64DFF
Tints of Medium Orchid #B64DFF
RGB
CMYK
RGB Variations
Color information
#B64DFF (or 0xB64DFF) is known color: Medium Orchid. HEX triplet: B6, 4D and FF. RGB value is (182,77,255). Sum of RGB (Red+Green+Blue) = 182+77+255=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B64DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFF is #49B200. Grayscale: #808080. Windows color (decimal): -4829697 or 16731574. OLE color: 16731574.
HSL color Cylindrical-coordinate representation of color #B64DFF: hue angle of 275.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64DFF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 77 | 255 | - |
| CMYK | 0.29 | 0.70 | 0 | 0 |
| HSL | 275.39º | 1% | 0.65% | - |
| HSV(B) | 275.39º | 0.7% | 1% | - |
| XYZ | 40 | 22.47 | 96.84 | - |
| YUV | 128.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 255 | 0.29 | 0.70 | 0 | 0 | 275.39 | 1 | 0.65 |
| Hex | B6 | 4D | FF | 1D | 46 | 0 | 0 | 113 | 64 | 41 |
| Octal | 266 | 115 | 377 | 35 | 106 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110110 | 1001101 | 11111111 | 11101 | 1000110 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B64DFF
Complementary color
Monochromatic Colors of #B64DFF
Black with #B64DFF
Text Example
Text Example
White with #B64DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DFF; }
p { color: rgb(182,77,255); }
H1.HeaderClassName
{
color: #B64DFF;
}
.AnyTagClassName
{
color: #B64DFF;
}
</style>
background-color css
<style>
a { background-color: #B64DFF; }
a { background-color: rgb(182,77,255); }
div.DivClassName
{
background-color: #B64DFF;
}
.BgClassName
{
background-color: #B64DFF;
}
</style>
border-color css
<style>
span { border-color: #B64DFF; }
span { border-color: rgb(182,77,255); }
td.TdClassName
{
border-color: #B64DFF;
}
.TagClassName
{
border-color: #B64DFF;
}
</style>