Shades of Medium Orchid #B63DF2
Tints of Medium Orchid #B63DF2
RGB
CMYK
RGB Variations
Color information
#B63DF2 (or 0xB63DF2) is known color: Medium Orchid. HEX triplet: B6, 3D and F2. RGB value is (182,61,242). Sum of RGB (Red+Green+Blue) = 182+61+242=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #B63DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DF2 is #49C20D. Grayscale: #757575. Windows color (decimal): -4833806 or 15875510. OLE color: 15875510.
HSL color Cylindrical-coordinate representation of color #B63DF2: hue angle of 280.11º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63DF2 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 61 | 242 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.05 |
| HSL | 280.11º | 0.87% | 0.59% | - |
| HSV(B) | 280.11º | 0.75% | 0.95% | - |
| XYZ | 36.99 | 19.69 | 85.86 | - |
| YUV | 117.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 242 | 0.25 | 0.75 | 0 | 0.05 | 280.11 | 0.87 | 0.59 |
| Hex | B6 | 3D | F2 | 19 | 4B | 0 | 5 | 118 | 57 | 3B |
| Octal | 266 | 75 | 362 | 31 | 113 | 0 | 5 | 430 | 127 | 73 |
| Binary | 10110110 | 111101 | 11110010 | 11001 | 1001011 | 0 | 101 | 100011000 | 1010111 | 111011 |
Color Harmonies of #B63DF2
Complementary color
Monochromatic Colors of #B63DF2
Black with #B63DF2
Text Example
Text Example
White with #B63DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DF2; }
p { color: rgb(182,61,242); }
H1.HeaderClassName
{
color: #B63DF2;
}
.AnyTagClassName
{
color: #B63DF2;
}
</style>
background-color css
<style>
a { background-color: #B63DF2; }
a { background-color: rgb(182,61,242); }
div.DivClassName
{
background-color: #B63DF2;
}
.BgClassName
{
background-color: #B63DF2;
}
</style>
border-color css
<style>
span { border-color: #B63DF2; }
span { border-color: rgb(182,61,242); }
td.TdClassName
{
border-color: #B63DF2;
}
.TagClassName
{
border-color: #B63DF2;
}
</style>