Shades of Medium Orchid #B63FFA
Tints of Medium Orchid #B63FFA
RGB
CMYK
RGB Variations
Color information
#B63FFA (or 0xB63FFA) is known color: Medium Orchid. HEX triplet: B6, 3F and FA. RGB value is (182,63,250). Sum of RGB (Red+Green+Blue) = 182+63+250=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B63FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FFA is #49C005. Grayscale: #777777. Windows color (decimal): -4833286 or 16400310. OLE color: 16400310.
HSL color Cylindrical-coordinate representation of color #B63FFA: hue angle of 278.18º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63FFA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 63 | 250 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.02 |
| HSL | 278.18º | 0.95% | 0.61% | - |
| HSV(B) | 278.18º | 0.75% | 0.98% | - |
| XYZ | 38.32 | 20.4 | 92.36 | - |
| YUV | 119.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 250 | 0.27 | 0.75 | 0 | 0.02 | 278.18 | 0.95 | 0.61 |
| Hex | B6 | 3F | FA | 1B | 4B | 0 | 2 | 116 | 5F | 3D |
| Octal | 266 | 77 | 372 | 33 | 113 | 0 | 2 | 426 | 137 | 75 |
| Binary | 10110110 | 111111 | 11111010 | 11011 | 1001011 | 0 | 10 | 100010110 | 1011111 | 111101 |
Color Harmonies of #B63FFA
Complementary color
Monochromatic Colors of #B63FFA
Black with #B63FFA
Text Example
Text Example
White with #B63FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FFA; }
p { color: rgb(182,63,250); }
H1.HeaderClassName
{
color: #B63FFA;
}
.AnyTagClassName
{
color: #B63FFA;
}
</style>
background-color css
<style>
a { background-color: #B63FFA; }
a { background-color: rgb(182,63,250); }
div.DivClassName
{
background-color: #B63FFA;
}
.BgClassName
{
background-color: #B63FFA;
}
</style>
border-color css
<style>
span { border-color: #B63FFA; }
span { border-color: rgb(182,63,250); }
td.TdClassName
{
border-color: #B63FFA;
}
.TagClassName
{
border-color: #B63FFA;
}
</style>