Shades of Medium Orchid #B63BFD
Tints of Medium Orchid #B63BFD
RGB
CMYK
RGB Variations
Color information
#B63BFD (or 0xB63BFD) is known color: Medium Orchid. HEX triplet: B6, 3B and FD. RGB value is (182,59,253). Sum of RGB (Red+Green+Blue) = 182+59+253=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BFD is #49C402. Grayscale: #757575. Windows color (decimal): -4834307 or 16595894. OLE color: 16595894.
HSL color Cylindrical-coordinate representation of color #B63BFD: hue angle of 278.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63BFD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 59 | 253 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.01 |
| HSL | 278.04º | 0.98% | 0.61% | - |
| HSV(B) | 278.04º | 0.77% | 0.99% | - |
| XYZ | 38.58 | 20.16 | 94.79 | - |
| YUV | 117.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 253 | 0.28 | 0.77 | 0 | 0.01 | 278.04 | 0.98 | 0.61 |
| Hex | B6 | 3B | FD | 1C | 4D | 0 | 1 | 116 | 62 | 3D |
| Octal | 266 | 73 | 375 | 34 | 115 | 0 | 1 | 426 | 142 | 75 |
| Binary | 10110110 | 111011 | 11111101 | 11100 | 1001101 | 0 | 1 | 100010110 | 1100010 | 111101 |
Color Harmonies of #B63BFD
Complementary color
Monochromatic Colors of #B63BFD
Black with #B63BFD
Text Example
Text Example
White with #B63BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BFD; }
p { color: rgb(182,59,253); }
H1.HeaderClassName
{
color: #B63BFD;
}
.AnyTagClassName
{
color: #B63BFD;
}
</style>
background-color css
<style>
a { background-color: #B63BFD; }
a { background-color: rgb(182,59,253); }
div.DivClassName
{
background-color: #B63BFD;
}
.BgClassName
{
background-color: #B63BFD;
}
</style>
border-color css
<style>
span { border-color: #B63BFD; }
span { border-color: rgb(182,59,253); }
td.TdClassName
{
border-color: #B63BFD;
}
.TagClassName
{
border-color: #B63BFD;
}
</style>