Shades of Medium Orchid #B63FCE
Tints of Medium Orchid #B63FCE
RGB
CMYK
RGB Variations
Color information
#B63FCE (or 0xB63FCE) is known color: Medium Orchid. HEX triplet: B6, 3F and CE. RGB value is (182,63,206). Sum of RGB (Red+Green+Blue) = 182+63+206=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #B63FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCE is #49C031. Grayscale: #727272. Windows color (decimal): -4833330 or 13516726. OLE color: 13516726.
HSL color Cylindrical-coordinate representation of color #B63FCE: hue angle of 289.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63FCE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 63 | 206 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.19 |
| HSL | 289.93º | 0.59% | 0.53% | - |
| HSV(B) | 289.93º | 0.69% | 0.81% | - |
| XYZ | 32.21 | 17.96 | 60.16 | - |
| YUV | 114.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 206 | 0.12 | 0.69 | 0 | 0.19 | 289.93 | 0.59 | 0.53 |
| Hex | B6 | 3F | CE | C | 45 | 0 | 13 | 122 | 3B | 35 |
| Octal | 266 | 77 | 316 | 14 | 105 | 0 | 23 | 442 | 73 | 65 |
| Binary | 10110110 | 111111 | 11001110 | 1100 | 1000101 | 0 | 10011 | 100100010 | 111011 | 110101 |
Color Harmonies of #B63FCE
Complementary color
Monochromatic Colors of #B63FCE
Black with #B63FCE
Text Example
Text Example
White with #B63FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FCE; }
p { color: rgb(182,63,206); }
H1.HeaderClassName
{
color: #B63FCE;
}
.AnyTagClassName
{
color: #B63FCE;
}
</style>
background-color css
<style>
a { background-color: #B63FCE; }
a { background-color: rgb(182,63,206); }
div.DivClassName
{
background-color: #B63FCE;
}
.BgClassName
{
background-color: #B63FCE;
}
</style>
border-color css
<style>
span { border-color: #B63FCE; }
span { border-color: rgb(182,63,206); }
td.TdClassName
{
border-color: #B63FCE;
}
.TagClassName
{
border-color: #B63FCE;
}
</style>