Shades of Medium Orchid #B63CF1
Tints of Medium Orchid #B63CF1
RGB
CMYK
RGB Variations
Color information
#B63CF1 (or 0xB63CF1) is known color: Medium Orchid. HEX triplet: B6, 3C and F1. RGB value is (182,60,241). Sum of RGB (Red+Green+Blue) = 182+60+241=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #B63CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CF1 is #49C30E. Grayscale: #747474. Windows color (decimal): -4834063 or 15809718. OLE color: 15809718.
HSL color Cylindrical-coordinate representation of color #B63CF1: hue angle of 280.44º 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 #B63CF1 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 60 | 241 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.05 |
| HSL | 280.44º | 0.87% | 0.59% | - |
| HSV(B) | 280.44º | 0.75% | 0.95% | - |
| XYZ | 36.78 | 19.53 | 85.05 | - |
| YUV | 117.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 241 | 0.24 | 0.75 | 0 | 0.05 | 280.44 | 0.87 | 0.59 |
| Hex | B6 | 3C | F1 | 18 | 4B | 0 | 5 | 118 | 57 | 3B |
| Octal | 266 | 74 | 361 | 30 | 113 | 0 | 5 | 430 | 127 | 73 |
| Binary | 10110110 | 111100 | 11110001 | 11000 | 1001011 | 0 | 101 | 100011000 | 1010111 | 111011 |
Color Harmonies of #B63CF1
Complementary color
Monochromatic Colors of #B63CF1
Black with #B63CF1
Text Example
Text Example
White with #B63CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63CF1; }
p { color: rgb(182,60,241); }
H1.HeaderClassName
{
color: #B63CF1;
}
.AnyTagClassName
{
color: #B63CF1;
}
</style>
background-color css
<style>
a { background-color: #B63CF1; }
a { background-color: rgb(182,60,241); }
div.DivClassName
{
background-color: #B63CF1;
}
.BgClassName
{
background-color: #B63CF1;
}
</style>
border-color css
<style>
span { border-color: #B63CF1; }
span { border-color: rgb(182,60,241); }
td.TdClassName
{
border-color: #B63CF1;
}
.TagClassName
{
border-color: #B63CF1;
}
</style>