Shades of Medium Orchid #B63BDF
Tints of Medium Orchid #B63BDF
RGB
CMYK
RGB Variations
Color information
#B63BDF (or 0xB63BDF) is known color: Medium Orchid. HEX triplet: B6, 3B and DF. RGB value is (182,59,223). Sum of RGB (Red+Green+Blue) = 182+59+223=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B63BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BDF is #49C420. Grayscale: #717171. Windows color (decimal): -4834337 or 14629814. OLE color: 14629814.
HSL color Cylindrical-coordinate representation of color #B63BDF: hue angle of 285º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63BDF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 59 | 223 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.13 |
| HSL | 285º | 0.72% | 0.55% | - |
| HSV(B) | 285º | 0.74% | 0.87% | - |
| XYZ | 34.17 | 18.4 | 71.56 | - |
| YUV | 114.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 223 | 0.18 | 0.74 | 0 | 0.13 | 285 | 0.72 | 0.55 |
| Hex | B6 | 3B | DF | 12 | 4A | 0 | D | 11D | 48 | 37 |
| Octal | 266 | 73 | 337 | 22 | 112 | 0 | 15 | 435 | 110 | 67 |
| Binary | 10110110 | 111011 | 11011111 | 10010 | 1001010 | 0 | 1101 | 100011101 | 1001000 | 110111 |
Color Harmonies of #B63BDF
Complementary color
Monochromatic Colors of #B63BDF
Black with #B63BDF
Text Example
Text Example
White with #B63BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BDF; }
p { color: rgb(182,59,223); }
H1.HeaderClassName
{
color: #B63BDF;
}
.AnyTagClassName
{
color: #B63BDF;
}
</style>
background-color css
<style>
a { background-color: #B63BDF; }
a { background-color: rgb(182,59,223); }
div.DivClassName
{
background-color: #B63BDF;
}
.BgClassName
{
background-color: #B63BDF;
}
</style>
border-color css
<style>
span { border-color: #B63BDF; }
span { border-color: rgb(182,59,223); }
td.TdClassName
{
border-color: #B63BDF;
}
.TagClassName
{
border-color: #B63BDF;
}
</style>