Shades of Medium Orchid #B63DFB
Tints of Medium Orchid #B63DFB
RGB
CMYK
RGB Variations
Color information
#B63DFB (or 0xB63DFB) is known color: Medium Orchid. HEX triplet: B6, 3D and FB. RGB value is (182,61,251). Sum of RGB (Red+Green+Blue) = 182+61+251=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B63DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DFB is #49C204. Grayscale: #767676. Windows color (decimal): -4833797 or 16465334. OLE color: 16465334.
HSL color Cylindrical-coordinate representation of color #B63DFB: hue angle of 278.21º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63DFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 61 | 251 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.02 |
| HSL | 278.21º | 0.96% | 0.61% | - |
| HSV(B) | 278.21º | 0.76% | 0.98% | - |
| XYZ | 38.37 | 20.25 | 93.15 | - |
| YUV | 118.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 251 | 0.27 | 0.76 | 0 | 0.02 | 278.21 | 0.96 | 0.61 |
| Hex | B6 | 3D | FB | 1B | 4C | 0 | 2 | 116 | 60 | 3D |
| Octal | 266 | 75 | 373 | 33 | 114 | 0 | 2 | 426 | 140 | 75 |
| Binary | 10110110 | 111101 | 11111011 | 11011 | 1001100 | 0 | 10 | 100010110 | 1100000 | 111101 |
Color Harmonies of #B63DFB
Complementary color
Monochromatic Colors of #B63DFB
Black with #B63DFB
Text Example
Text Example
White with #B63DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DFB; }
p { color: rgb(182,61,251); }
H1.HeaderClassName
{
color: #B63DFB;
}
.AnyTagClassName
{
color: #B63DFB;
}
</style>
background-color css
<style>
a { background-color: #B63DFB; }
a { background-color: rgb(182,61,251); }
div.DivClassName
{
background-color: #B63DFB;
}
.BgClassName
{
background-color: #B63DFB;
}
</style>
border-color css
<style>
span { border-color: #B63DFB; }
span { border-color: rgb(182,61,251); }
td.TdClassName
{
border-color: #B63DFB;
}
.TagClassName
{
border-color: #B63DFB;
}
</style>