Shades of Medium Orchid #B63DFE
Tints of Medium Orchid #B63DFE
RGB
CMYK
RGB Variations
Color information
#B63DFE (or 0xB63DFE) is known color: Medium Orchid. HEX triplet: B6, 3D and FE. RGB value is (182,61,254). Sum of RGB (Red+Green+Blue) = 182+61+254=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B63DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DFE is #49C201. Grayscale: #767676. Windows color (decimal): -4833794 or 16661942. OLE color: 16661942.
HSL color Cylindrical-coordinate representation of color #B63DFE: hue angle of 277.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63DFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 61 | 254 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.00 |
| HSL | 277.62º | 0.99% | 0.62% | - |
| HSV(B) | 277.62º | 0.76% | 1% | - |
| XYZ | 38.85 | 20.44 | 95.66 | - |
| YUV | 119.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 254 | 0.28 | 0.76 | 0 | 0.00 | 277.62 | 0.99 | 0.62 |
| Hex | B6 | 3D | FE | 1C | 4C | 0 | 0 | 116 | 63 | 3E |
| Octal | 266 | 75 | 376 | 34 | 114 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10110110 | 111101 | 11111110 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B63DFE
Complementary color
Monochromatic Colors of #B63DFE
Black with #B63DFE
Text Example
Text Example
White with #B63DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DFE; }
p { color: rgb(182,61,254); }
H1.HeaderClassName
{
color: #B63DFE;
}
.AnyTagClassName
{
color: #B63DFE;
}
</style>
background-color css
<style>
a { background-color: #B63DFE; }
a { background-color: rgb(182,61,254); }
div.DivClassName
{
background-color: #B63DFE;
}
.BgClassName
{
background-color: #B63DFE;
}
</style>
border-color css
<style>
span { border-color: #B63DFE; }
span { border-color: rgb(182,61,254); }
td.TdClassName
{
border-color: #B63DFE;
}
.TagClassName
{
border-color: #B63DFE;
}
</style>