Shades of Medium Orchid #B64EFE
Tints of Medium Orchid #B64EFE
RGB
CMYK
RGB Variations
Color information
#B64EFE (or 0xB64EFE) is known color: Medium Orchid. HEX triplet: B6, 4E and FE. RGB value is (182,78,254). Sum of RGB (Red+Green+Blue) = 182+78+254=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64EFE is #49B101. Grayscale: #808080. Windows color (decimal): -4829442 or 16666294. OLE color: 16666294.
HSL color Cylindrical-coordinate representation of color #B64EFE: hue angle of 275.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64EFE is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 78 | 254 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.00 |
| HSL | 275.45º | 0.99% | 0.65% | - |
| HSV(B) | 275.45º | 0.69% | 1% | - |
| XYZ | 39.91 | 22.55 | 96.02 | - |
| YUV | 129.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 254 | 0.28 | 0.69 | 0 | 0.00 | 275.45 | 0.99 | 0.65 |
| Hex | B6 | 4E | FE | 1C | 45 | 0 | 0 | 113 | 63 | 41 |
| Octal | 266 | 116 | 376 | 34 | 105 | 0 | 0 | 423 | 143 | 101 |
| Binary | 10110110 | 1001110 | 11111110 | 11100 | 1000101 | 0 | 0 | 100010011 | 1100011 | 1000001 |
Color Harmonies of #B64EFE
Complementary color
Monochromatic Colors of #B64EFE
Black with #B64EFE
Text Example
Text Example
White with #B64EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EFE; }
p { color: rgb(182,78,254); }
H1.HeaderClassName
{
color: #B64EFE;
}
.AnyTagClassName
{
color: #B64EFE;
}
</style>
background-color css
<style>
a { background-color: #B64EFE; }
a { background-color: rgb(182,78,254); }
div.DivClassName
{
background-color: #B64EFE;
}
.BgClassName
{
background-color: #B64EFE;
}
</style>
border-color css
<style>
span { border-color: #B64EFE; }
span { border-color: rgb(182,78,254); }
td.TdClassName
{
border-color: #B64EFE;
}
.TagClassName
{
border-color: #B64EFE;
}
</style>