Shades of Medium Orchid #B63ADC
Tints of Medium Orchid #B63ADC
RGB
CMYK
RGB Variations
Color information
#B63ADC (or 0xB63ADC) is known color: Medium Orchid. HEX triplet: B6, 3A and DC. RGB value is (182,58,220). Sum of RGB (Red+Green+Blue) = 182+58+220=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B63ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ADC is #49C523. Grayscale: #717171. Windows color (decimal): -4834596 or 14432950. OLE color: 14432950.
HSL color Cylindrical-coordinate representation of color #B63ADC: hue angle of 285.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63ADC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 58 | 220 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.14 |
| HSL | 285.93º | 0.7% | 0.55% | - |
| HSV(B) | 285.93º | 0.74% | 0.86% | - |
| XYZ | 33.72 | 18.14 | 69.43 | - |
| YUV | 113.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 220 | 0.17 | 0.74 | 0 | 0.14 | 285.93 | 0.7 | 0.55 |
| Hex | B6 | 3A | DC | 11 | 4A | 0 | E | 11E | 46 | 37 |
| Octal | 266 | 72 | 334 | 21 | 112 | 0 | 16 | 436 | 106 | 67 |
| Binary | 10110110 | 111010 | 11011100 | 10001 | 1001010 | 0 | 1110 | 100011110 | 1000110 | 110111 |
Color Harmonies of #B63ADC
Complementary color
Monochromatic Colors of #B63ADC
Black with #B63ADC
Text Example
Text Example
White with #B63ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ADC; }
p { color: rgb(182,58,220); }
H1.HeaderClassName
{
color: #B63ADC;
}
.AnyTagClassName
{
color: #B63ADC;
}
</style>
background-color css
<style>
a { background-color: #B63ADC; }
a { background-color: rgb(182,58,220); }
div.DivClassName
{
background-color: #B63ADC;
}
.BgClassName
{
background-color: #B63ADC;
}
</style>
border-color css
<style>
span { border-color: #B63ADC; }
span { border-color: rgb(182,58,220); }
td.TdClassName
{
border-color: #B63ADC;
}
.TagClassName
{
border-color: #B63ADC;
}
</style>