Shades of Medium Orchid #B64EFF
Tints of Medium Orchid #B64EFF
RGB
CMYK
RGB Variations
Color information
#B64EFF (or 0xB64EFF) is known color: Medium Orchid. HEX triplet: B6, 4E and FF. RGB value is (182,78,255). Sum of RGB (Red+Green+Blue) = 182+78+255=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B64EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64EFF is #49B100. Grayscale: #808080. Windows color (decimal): -4829441 or 16731830. OLE color: 16731830.
HSL color Cylindrical-coordinate representation of color #B64EFF: hue angle of 275.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64EFF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 78 | 255 | - |
| CMYK | 0.29 | 0.69 | 0 | 0 |
| HSL | 275.25º | 1% | 0.65% | - |
| HSV(B) | 275.25º | 0.69% | 1% | - |
| XYZ | 40.07 | 22.61 | 96.86 | - |
| YUV | 129.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 255 | 0.29 | 0.69 | 0 | 0 | 275.25 | 1 | 0.65 |
| Hex | B6 | 4E | FF | 1D | 45 | 0 | 0 | 113 | 64 | 41 |
| Octal | 266 | 116 | 377 | 35 | 105 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110110 | 1001110 | 11111111 | 11101 | 1000101 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B64EFF
Complementary color
Monochromatic Colors of #B64EFF
Black with #B64EFF
Text Example
Text Example
White with #B64EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EFF; }
p { color: rgb(182,78,255); }
H1.HeaderClassName
{
color: #B64EFF;
}
.AnyTagClassName
{
color: #B64EFF;
}
</style>
background-color css
<style>
a { background-color: #B64EFF; }
a { background-color: rgb(182,78,255); }
div.DivClassName
{
background-color: #B64EFF;
}
.BgClassName
{
background-color: #B64EFF;
}
</style>
border-color css
<style>
span { border-color: #B64EFF; }
span { border-color: rgb(182,78,255); }
td.TdClassName
{
border-color: #B64EFF;
}
.TagClassName
{
border-color: #B64EFF;
}
</style>