Shades of Medium Orchid #B63DEC
Tints of Medium Orchid #B63DEC
RGB
CMYK
RGB Variations
Color information
#B63DEC (or 0xB63DEC) is known color: Medium Orchid. HEX triplet: B6, 3D and EC. RGB value is (182,61,236). Sum of RGB (Red+Green+Blue) = 182+61+236=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DEC is #49C213. Grayscale: #747474. Windows color (decimal): -4833812 or 15482294. OLE color: 15482294.
HSL color Cylindrical-coordinate representation of color #B63DEC: hue angle of 281.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63DEC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 61 | 236 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.07 |
| HSL | 281.49º | 0.82% | 0.58% | - |
| HSV(B) | 281.49º | 0.74% | 0.93% | - |
| XYZ | 36.1 | 19.34 | 81.19 | - |
| YUV | 117.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 236 | 0.23 | 0.74 | 0 | 0.07 | 281.49 | 0.82 | 0.58 |
| Hex | B6 | 3D | EC | 17 | 4A | 0 | 7 | 119 | 52 | 3A |
| Octal | 266 | 75 | 354 | 27 | 112 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110110 | 111101 | 11101100 | 10111 | 1001010 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B63DEC
Complementary color
Monochromatic Colors of #B63DEC
Black with #B63DEC
Text Example
Text Example
White with #B63DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DEC; }
p { color: rgb(182,61,236); }
H1.HeaderClassName
{
color: #B63DEC;
}
.AnyTagClassName
{
color: #B63DEC;
}
</style>
background-color css
<style>
a { background-color: #B63DEC; }
a { background-color: rgb(182,61,236); }
div.DivClassName
{
background-color: #B63DEC;
}
.BgClassName
{
background-color: #B63DEC;
}
</style>
border-color css
<style>
span { border-color: #B63DEC; }
span { border-color: rgb(182,61,236); }
td.TdClassName
{
border-color: #B63DEC;
}
.TagClassName
{
border-color: #B63DEC;
}
</style>