Shades of Medium Orchid #B640F4
Tints of Medium Orchid #B640F4
RGB
CMYK
RGB Variations
Color information
#B640F4 (or 0xB640F4) is known color: Medium Orchid. HEX triplet: B6, 40 and F4. RGB value is (182,64,244). Sum of RGB (Red+Green+Blue) = 182+64+244=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #B640F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B640F4 is #49BF0B. Grayscale: #777777. Windows color (decimal): -4833036 or 16007350. OLE color: 16007350.
HSL color Cylindrical-coordinate representation of color #B640F4: hue angle of 279.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B640F4 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 64 | 244 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.04 |
| HSL | 279.33º | 0.89% | 0.6% | - |
| HSV(B) | 279.33º | 0.74% | 0.96% | - |
| XYZ | 37.45 | 20.14 | 87.5 | - |
| YUV | 119.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 244 | 0.25 | 0.74 | 0 | 0.04 | 279.33 | 0.89 | 0.6 |
| Hex | B6 | 40 | F4 | 19 | 4A | 0 | 4 | 117 | 59 | 3C |
| Octal | 266 | 100 | 364 | 31 | 112 | 0 | 4 | 427 | 131 | 74 |
| Binary | 10110110 | 1000000 | 11110100 | 11001 | 1001010 | 0 | 100 | 100010111 | 1011001 | 111100 |
Color Harmonies of #B640F4
Complementary color
Monochromatic Colors of #B640F4
Black with #B640F4
Text Example
Text Example
White with #B640F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640F4; }
p { color: rgb(182,64,244); }
H1.HeaderClassName
{
color: #B640F4;
}
.AnyTagClassName
{
color: #B640F4;
}
</style>
background-color css
<style>
a { background-color: #B640F4; }
a { background-color: rgb(182,64,244); }
div.DivClassName
{
background-color: #B640F4;
}
.BgClassName
{
background-color: #B640F4;
}
</style>
border-color css
<style>
span { border-color: #B640F4; }
span { border-color: rgb(182,64,244); }
td.TdClassName
{
border-color: #B640F4;
}
.TagClassName
{
border-color: #B640F4;
}
</style>