Shades of Medium Orchid #B63CF2
Tints of Medium Orchid #B63CF2
RGB
CMYK
RGB Variations
Color information
#B63CF2 (or 0xB63CF2) is known color: Medium Orchid. HEX triplet: B6, 3C and F2. RGB value is (182,60,242). Sum of RGB (Red+Green+Blue) = 182+60+242=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #B63CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CF2 is #49C30D. Grayscale: #747474. Windows color (decimal): -4834062 or 15875254. OLE color: 15875254.
HSL color Cylindrical-coordinate representation of color #B63CF2: hue angle of 280.22º degrees, saturation: 0.88, 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 #B63CF2 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 60 | 242 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.05 |
| HSL | 280.22º | 0.88% | 0.59% | - |
| HSV(B) | 280.22º | 0.75% | 0.95% | - |
| XYZ | 36.93 | 19.59 | 85.84 | - |
| YUV | 117.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 242 | 0.25 | 0.75 | 0 | 0.05 | 280.22 | 0.88 | 0.59 |
| Hex | B6 | 3C | F2 | 19 | 4B | 0 | 5 | 118 | 58 | 3B |
| Octal | 266 | 74 | 362 | 31 | 113 | 0 | 5 | 430 | 130 | 73 |
| Binary | 10110110 | 111100 | 11110010 | 11001 | 1001011 | 0 | 101 | 100011000 | 1011000 | 111011 |
Color Harmonies of #B63CF2
Complementary color
Monochromatic Colors of #B63CF2
Black with #B63CF2
Text Example
Text Example
White with #B63CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63CF2; }
p { color: rgb(182,60,242); }
H1.HeaderClassName
{
color: #B63CF2;
}
.AnyTagClassName
{
color: #B63CF2;
}
</style>
background-color css
<style>
a { background-color: #B63CF2; }
a { background-color: rgb(182,60,242); }
div.DivClassName
{
background-color: #B63CF2;
}
.BgClassName
{
background-color: #B63CF2;
}
</style>
border-color css
<style>
span { border-color: #B63CF2; }
span { border-color: rgb(182,60,242); }
td.TdClassName
{
border-color: #B63CF2;
}
.TagClassName
{
border-color: #B63CF2;
}
</style>