Shades of Medium Orchid #B63DE9
Tints of Medium Orchid #B63DE9
RGB
CMYK
RGB Variations
Color information
#B63DE9 (or 0xB63DE9) is known color: Medium Orchid. HEX triplet: B6, 3D and E9. RGB value is (182,61,233). Sum of RGB (Red+Green+Blue) = 182+61+233=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #B63DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DE9 is #49C216. Grayscale: #747474. Windows color (decimal): -4833815 or 15285686. OLE color: 15285686.
HSL color Cylindrical-coordinate representation of color #B63DE9: hue angle of 282.21º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63DE9 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 61 | 233 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.09 |
| HSL | 282.21º | 0.8% | 0.58% | - |
| HSV(B) | 282.21º | 0.74% | 0.91% | - |
| XYZ | 35.67 | 19.17 | 78.91 | - |
| YUV | 116.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 233 | 0.22 | 0.74 | 0 | 0.09 | 282.21 | 0.8 | 0.58 |
| Hex | B6 | 3D | E9 | 16 | 4A | 0 | 9 | 11A | 50 | 3A |
| Octal | 266 | 75 | 351 | 26 | 112 | 0 | 11 | 432 | 120 | 72 |
| Binary | 10110110 | 111101 | 11101001 | 10110 | 1001010 | 0 | 1001 | 100011010 | 1010000 | 111010 |
Color Harmonies of #B63DE9
Complementary color
Monochromatic Colors of #B63DE9
Black with #B63DE9
Text Example
Text Example
White with #B63DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DE9; }
p { color: rgb(182,61,233); }
H1.HeaderClassName
{
color: #B63DE9;
}
.AnyTagClassName
{
color: #B63DE9;
}
</style>
background-color css
<style>
a { background-color: #B63DE9; }
a { background-color: rgb(182,61,233); }
div.DivClassName
{
background-color: #B63DE9;
}
.BgClassName
{
background-color: #B63DE9;
}
</style>
border-color css
<style>
span { border-color: #B63DE9; }
span { border-color: rgb(182,61,233); }
td.TdClassName
{
border-color: #B63DE9;
}
.TagClassName
{
border-color: #B63DE9;
}
</style>