Shades of Medium Orchid #B64FED
Tints of Medium Orchid #B64FED
RGB
CMYK
RGB Variations
Color information
#B64FED (or 0xB64FED) is known color: Medium Orchid. HEX triplet: B6, 4F and ED. RGB value is (182,79,237). Sum of RGB (Red+Green+Blue) = 182+79+237=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B64FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FED is #49B012. Grayscale: #7F7F7F. Windows color (decimal): -4829203 or 15552438. OLE color: 15552438.
HSL color Cylindrical-coordinate representation of color #B64FED: hue angle of 279.11º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64FED is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 79 | 237 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.07 |
| HSL | 279.11º | 0.81% | 0.62% | - |
| HSV(B) | 279.11º | 0.67% | 0.93% | - |
| XYZ | 37.37 | 21.65 | 82.33 | - |
| YUV | 127.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 237 | 0.23 | 0.67 | 0 | 0.07 | 279.11 | 0.81 | 0.62 |
| Hex | B6 | 4F | ED | 17 | 43 | 0 | 7 | 117 | 51 | 3E |
| Octal | 266 | 117 | 355 | 27 | 103 | 0 | 7 | 427 | 121 | 76 |
| Binary | 10110110 | 1001111 | 11101101 | 10111 | 1000011 | 0 | 111 | 100010111 | 1010001 | 111110 |
Color Harmonies of #B64FED
Complementary color
Monochromatic Colors of #B64FED
Black with #B64FED
Text Example
Text Example
White with #B64FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FED; }
p { color: rgb(182,79,237); }
H1.HeaderClassName
{
color: #B64FED;
}
.AnyTagClassName
{
color: #B64FED;
}
</style>
background-color css
<style>
a { background-color: #B64FED; }
a { background-color: rgb(182,79,237); }
div.DivClassName
{
background-color: #B64FED;
}
.BgClassName
{
background-color: #B64FED;
}
</style>
border-color css
<style>
span { border-color: #B64FED; }
span { border-color: rgb(182,79,237); }
td.TdClassName
{
border-color: #B64FED;
}
.TagClassName
{
border-color: #B64FED;
}
</style>