Shades of Medium Orchid #B63FFD
Tints of Medium Orchid #B63FFD
RGB
CMYK
RGB Variations
Color information
#B63FFD (or 0xB63FFD) is known color: Medium Orchid. HEX triplet: B6, 3F and FD. RGB value is (182,63,253). Sum of RGB (Red+Green+Blue) = 182+63+253=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FFD is #49C002. Grayscale: #777777. Windows color (decimal): -4833283 or 16596918. OLE color: 16596918.
HSL color Cylindrical-coordinate representation of color #B63FFD: hue angle of 277.58º 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 #B63FFD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 63 | 253 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.58º | 0.98% | 0.62% | - |
| HSV(B) | 277.58º | 0.75% | 0.99% | - |
| XYZ | 38.8 | 20.59 | 94.86 | - |
| YUV | 120.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 253 | 0.28 | 0.75 | 0 | 0.01 | 277.58 | 0.98 | 0.62 |
| Hex | B6 | 3F | FD | 1C | 4B | 0 | 1 | 116 | 62 | 3E |
| Octal | 266 | 77 | 375 | 34 | 113 | 0 | 1 | 426 | 142 | 76 |
| Binary | 10110110 | 111111 | 11111101 | 11100 | 1001011 | 0 | 1 | 100010110 | 1100010 | 111110 |
Color Harmonies of #B63FFD
Complementary color
Monochromatic Colors of #B63FFD
Black with #B63FFD
Text Example
Text Example
White with #B63FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FFD; }
p { color: rgb(182,63,253); }
H1.HeaderClassName
{
color: #B63FFD;
}
.AnyTagClassName
{
color: #B63FFD;
}
</style>
background-color css
<style>
a { background-color: #B63FFD; }
a { background-color: rgb(182,63,253); }
div.DivClassName
{
background-color: #B63FFD;
}
.BgClassName
{
background-color: #B63FFD;
}
</style>
border-color css
<style>
span { border-color: #B63FFD; }
span { border-color: rgb(182,63,253); }
td.TdClassName
{
border-color: #B63FFD;
}
.TagClassName
{
border-color: #B63FFD;
}
</style>