Shades of Medium Orchid #B63FDF
Tints of Medium Orchid #B63FDF
RGB
CMYK
RGB Variations
Color information
#B63FDF (or 0xB63FDF) is known color: Medium Orchid. HEX triplet: B6, 3F and DF. RGB value is (182,63,223). Sum of RGB (Red+Green+Blue) = 182+63+223=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #B63FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FDF is #49C020. Grayscale: #747474. Windows color (decimal): -4833313 or 14630838. OLE color: 14630838.
HSL color Cylindrical-coordinate representation of color #B63FDF: hue angle of 284.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63FDF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 63 | 223 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.13 |
| HSL | 284.63º | 0.71% | 0.56% | - |
| HSV(B) | 284.63º | 0.72% | 0.87% | - |
| XYZ | 34.39 | 18.83 | 71.63 | - |
| YUV | 116.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 223 | 0.18 | 0.72 | 0 | 0.13 | 284.63 | 0.71 | 0.56 |
| Hex | B6 | 3F | DF | 12 | 48 | 0 | D | 11D | 47 | 38 |
| Octal | 266 | 77 | 337 | 22 | 110 | 0 | 15 | 435 | 107 | 70 |
| Binary | 10110110 | 111111 | 11011111 | 10010 | 1001000 | 0 | 1101 | 100011101 | 1000111 | 111000 |
Color Harmonies of #B63FDF
Complementary color
Monochromatic Colors of #B63FDF
Black with #B63FDF
Text Example
Text Example
White with #B63FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FDF; }
p { color: rgb(182,63,223); }
H1.HeaderClassName
{
color: #B63FDF;
}
.AnyTagClassName
{
color: #B63FDF;
}
</style>
background-color css
<style>
a { background-color: #B63FDF; }
a { background-color: rgb(182,63,223); }
div.DivClassName
{
background-color: #B63FDF;
}
.BgClassName
{
background-color: #B63FDF;
}
</style>
border-color css
<style>
span { border-color: #B63FDF; }
span { border-color: rgb(182,63,223); }
td.TdClassName
{
border-color: #B63FDF;
}
.TagClassName
{
border-color: #B63FDF;
}
</style>