Shades of Medium Orchid #B63DF7
Tints of Medium Orchid #B63DF7
RGB
CMYK
RGB Variations
Color information
#B63DF7 (or 0xB63DF7) is known color: Medium Orchid. HEX triplet: B6, 3D and F7. RGB value is (182,61,247). Sum of RGB (Red+Green+Blue) = 182+61+247=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #B63DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DF7 is #49C208. Grayscale: #757575. Windows color (decimal): -4833801 or 16203190. OLE color: 16203190.
HSL color Cylindrical-coordinate representation of color #B63DF7: hue angle of 279.03º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63DF7 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 61 | 247 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.03 |
| HSL | 279.03º | 0.92% | 0.6% | - |
| HSV(B) | 279.03º | 0.75% | 0.97% | - |
| XYZ | 37.75 | 20 | 89.87 | - |
| YUV | 118.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 247 | 0.26 | 0.75 | 0 | 0.03 | 279.03 | 0.92 | 0.6 |
| Hex | B6 | 3D | F7 | 1A | 4B | 0 | 3 | 117 | 5C | 3C |
| Octal | 266 | 75 | 367 | 32 | 113 | 0 | 3 | 427 | 134 | 74 |
| Binary | 10110110 | 111101 | 11110111 | 11010 | 1001011 | 0 | 11 | 100010111 | 1011100 | 111100 |
Color Harmonies of #B63DF7
Complementary color
Monochromatic Colors of #B63DF7
Black with #B63DF7
Text Example
Text Example
White with #B63DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DF7; }
p { color: rgb(182,61,247); }
H1.HeaderClassName
{
color: #B63DF7;
}
.AnyTagClassName
{
color: #B63DF7;
}
</style>
background-color css
<style>
a { background-color: #B63DF7; }
a { background-color: rgb(182,61,247); }
div.DivClassName
{
background-color: #B63DF7;
}
.BgClassName
{
background-color: #B63DF7;
}
</style>
border-color css
<style>
span { border-color: #B63DF7; }
span { border-color: rgb(182,61,247); }
td.TdClassName
{
border-color: #B63DF7;
}
.TagClassName
{
border-color: #B63DF7;
}
</style>