Shades of Medium Orchid #B63EFD
Tints of Medium Orchid #B63EFD
RGB
CMYK
RGB Variations
Color information
#B63EFD (or 0xB63EFD) is known color: Medium Orchid. HEX triplet: B6, 3E and FD. RGB value is (182,62,253). Sum of RGB (Red+Green+Blue) = 182+62+253=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EFD is #49C102. Grayscale: #777777. Windows color (decimal): -4833539 or 16596662. OLE color: 16596662.
HSL color Cylindrical-coordinate representation of color #B63EFD: hue angle of 277.7º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63EFD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 62 | 253 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.7º | 0.98% | 0.62% | - |
| HSV(B) | 277.7º | 0.75% | 0.99% | - |
| XYZ | 38.74 | 20.48 | 94.84 | - |
| YUV | 119.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 253 | 0.28 | 0.75 | 0 | 0.01 | 277.7 | 0.98 | 0.62 |
| Hex | B6 | 3E | FD | 1C | 4B | 0 | 1 | 116 | 62 | 3E |
| Octal | 266 | 76 | 375 | 34 | 113 | 0 | 1 | 426 | 142 | 76 |
| Binary | 10110110 | 111110 | 11111101 | 11100 | 1001011 | 0 | 1 | 100010110 | 1100010 | 111110 |
Color Harmonies of #B63EFD
Complementary color
Monochromatic Colors of #B63EFD
Black with #B63EFD
Text Example
Text Example
White with #B63EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EFD; }
p { color: rgb(182,62,253); }
H1.HeaderClassName
{
color: #B63EFD;
}
.AnyTagClassName
{
color: #B63EFD;
}
</style>
background-color css
<style>
a { background-color: #B63EFD; }
a { background-color: rgb(182,62,253); }
div.DivClassName
{
background-color: #B63EFD;
}
.BgClassName
{
background-color: #B63EFD;
}
</style>
border-color css
<style>
span { border-color: #B63EFD; }
span { border-color: rgb(182,62,253); }
td.TdClassName
{
border-color: #B63EFD;
}
.TagClassName
{
border-color: #B63EFD;
}
</style>