Shades of Medium Orchid #B63DF4
Tints of Medium Orchid #B63DF4
RGB
CMYK
RGB Variations
Color information
#B63DF4 (or 0xB63DF4) is known color: Medium Orchid. HEX triplet: B6, 3D and F4. RGB value is (182,61,244). Sum of RGB (Red+Green+Blue) = 182+61+244=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #B63DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DF4 is #49C20B. Grayscale: #757575. Windows color (decimal): -4833804 or 16006582. OLE color: 16006582.
HSL color Cylindrical-coordinate representation of color #B63DF4: hue angle of 279.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63DF4 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 61 | 244 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.04 |
| HSL | 279.67º | 0.89% | 0.6% | - |
| HSV(B) | 279.67º | 0.75% | 0.96% | - |
| XYZ | 37.29 | 19.81 | 87.45 | - |
| YUV | 118.04 | 199.09 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 244 | 0.25 | 0.75 | 0 | 0.04 | 279.67 | 0.89 | 0.6 |
| Hex | B6 | 3D | F4 | 19 | 4B | 0 | 4 | 118 | 59 | 3C |
| Octal | 266 | 75 | 364 | 31 | 113 | 0 | 4 | 430 | 131 | 74 |
| Binary | 10110110 | 111101 | 11110100 | 11001 | 1001011 | 0 | 100 | 100011000 | 1011001 | 111100 |
Color Harmonies of #B63DF4
Complementary color
Monochromatic Colors of #B63DF4
Black with #B63DF4
Text Example
Text Example
White with #B63DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DF4; }
p { color: rgb(182,61,244); }
H1.HeaderClassName
{
color: #B63DF4;
}
.AnyTagClassName
{
color: #B63DF4;
}
</style>
background-color css
<style>
a { background-color: #B63DF4; }
a { background-color: rgb(182,61,244); }
div.DivClassName
{
background-color: #B63DF4;
}
.BgClassName
{
background-color: #B63DF4;
}
</style>
border-color css
<style>
span { border-color: #B63DF4; }
span { border-color: rgb(182,61,244); }
td.TdClassName
{
border-color: #B63DF4;
}
.TagClassName
{
border-color: #B63DF4;
}
</style>