Shades of Medium Orchid #B64FEF
Tints of Medium Orchid #B64FEF
RGB
CMYK
RGB Variations
Color information
#B64FEF (or 0xB64FEF) is known color: Medium Orchid. HEX triplet: B6, 4F and EF. RGB value is (182,79,239). Sum of RGB (Red+Green+Blue) = 182+79+239=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #B64FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FEF is #49B010. Grayscale: #7F7F7F. Windows color (decimal): -4829201 or 15683510. OLE color: 15683510.
HSL color Cylindrical-coordinate representation of color #B64FEF: hue angle of 278.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64FEF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 79 | 239 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.06 |
| HSL | 278.63º | 0.83% | 0.62% | - |
| HSV(B) | 278.63º | 0.67% | 0.94% | - |
| XYZ | 37.67 | 21.77 | 83.88 | - |
| YUV | 128.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 239 | 0.24 | 0.67 | 0 | 0.06 | 278.63 | 0.83 | 0.62 |
| Hex | B6 | 4F | EF | 18 | 43 | 0 | 6 | 117 | 53 | 3E |
| Octal | 266 | 117 | 357 | 30 | 103 | 0 | 6 | 427 | 123 | 76 |
| Binary | 10110110 | 1001111 | 11101111 | 11000 | 1000011 | 0 | 110 | 100010111 | 1010011 | 111110 |
Color Harmonies of #B64FEF
Complementary color
Monochromatic Colors of #B64FEF
Black with #B64FEF
Text Example
Text Example
White with #B64FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FEF; }
p { color: rgb(182,79,239); }
H1.HeaderClassName
{
color: #B64FEF;
}
.AnyTagClassName
{
color: #B64FEF;
}
</style>
background-color css
<style>
a { background-color: #B64FEF; }
a { background-color: rgb(182,79,239); }
div.DivClassName
{
background-color: #B64FEF;
}
.BgClassName
{
background-color: #B64FEF;
}
</style>
border-color css
<style>
span { border-color: #B64FEF; }
span { border-color: rgb(182,79,239); }
td.TdClassName
{
border-color: #B64FEF;
}
.TagClassName
{
border-color: #B64FEF;
}
</style>