Shades of Medium Orchid #B63FFC
Tints of Medium Orchid #B63FFC
RGB
CMYK
RGB Variations
Color information
#B63FFC (or 0xB63FFC) is known color: Medium Orchid. HEX triplet: B6, 3F and FC. RGB value is (182,63,252). Sum of RGB (Red+Green+Blue) = 182+63+252=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #B63FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FFC is #49C003. Grayscale: #777777. Windows color (decimal): -4833284 or 16531382. OLE color: 16531382.
HSL color Cylindrical-coordinate representation of color #B63FFC: hue angle of 277.78º degrees, saturation: 0.97, 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 #B63FFC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 63 | 252 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.78º | 0.97% | 0.62% | - |
| HSV(B) | 277.78º | 0.75% | 0.99% | - |
| XYZ | 38.64 | 20.53 | 94.02 | - |
| YUV | 120.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 252 | 0.28 | 0.75 | 0 | 0.01 | 277.78 | 0.97 | 0.62 |
| Hex | B6 | 3F | FC | 1C | 4B | 0 | 1 | 116 | 61 | 3E |
| Octal | 266 | 77 | 374 | 34 | 113 | 0 | 1 | 426 | 141 | 76 |
| Binary | 10110110 | 111111 | 11111100 | 11100 | 1001011 | 0 | 1 | 100010110 | 1100001 | 111110 |
Color Harmonies of #B63FFC
Complementary color
Monochromatic Colors of #B63FFC
Black with #B63FFC
Text Example
Text Example
White with #B63FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FFC; }
p { color: rgb(182,63,252); }
H1.HeaderClassName
{
color: #B63FFC;
}
.AnyTagClassName
{
color: #B63FFC;
}
</style>
background-color css
<style>
a { background-color: #B63FFC; }
a { background-color: rgb(182,63,252); }
div.DivClassName
{
background-color: #B63FFC;
}
.BgClassName
{
background-color: #B63FFC;
}
</style>
border-color css
<style>
span { border-color: #B63FFC; }
span { border-color: rgb(182,63,252); }
td.TdClassName
{
border-color: #B63FFC;
}
.TagClassName
{
border-color: #B63FFC;
}
</style>