Shades of Medium Orchid #B63DF1
Tints of Medium Orchid #B63DF1
RGB
CMYK
RGB Variations
Color information
#B63DF1 (or 0xB63DF1) is known color: Medium Orchid. HEX triplet: B6, 3D and F1. RGB value is (182,61,241). Sum of RGB (Red+Green+Blue) = 182+61+241=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #B63DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DF1 is #49C20E. Grayscale: #757575. Windows color (decimal): -4833807 or 15809974. OLE color: 15809974.
HSL color Cylindrical-coordinate representation of color #B63DF1: hue angle of 280.33º 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 #B63DF1 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 61 | 241 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.05 |
| HSL | 280.33º | 0.87% | 0.59% | - |
| HSV(B) | 280.33º | 0.75% | 0.95% | - |
| XYZ | 36.84 | 19.63 | 85.07 | - |
| YUV | 117.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 241 | 0.24 | 0.75 | 0 | 0.05 | 280.33 | 0.87 | 0.59 |
| Hex | B6 | 3D | F1 | 18 | 4B | 0 | 5 | 118 | 57 | 3B |
| Octal | 266 | 75 | 361 | 30 | 113 | 0 | 5 | 430 | 127 | 73 |
| Binary | 10110110 | 111101 | 11110001 | 11000 | 1001011 | 0 | 101 | 100011000 | 1010111 | 111011 |
Color Harmonies of #B63DF1
Complementary color
Monochromatic Colors of #B63DF1
Black with #B63DF1
Text Example
Text Example
White with #B63DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DF1; }
p { color: rgb(182,61,241); }
H1.HeaderClassName
{
color: #B63DF1;
}
.AnyTagClassName
{
color: #B63DF1;
}
</style>
background-color css
<style>
a { background-color: #B63DF1; }
a { background-color: rgb(182,61,241); }
div.DivClassName
{
background-color: #B63DF1;
}
.BgClassName
{
background-color: #B63DF1;
}
</style>
border-color css
<style>
span { border-color: #B63DF1; }
span { border-color: rgb(182,61,241); }
td.TdClassName
{
border-color: #B63DF1;
}
.TagClassName
{
border-color: #B63DF1;
}
</style>