Shades of Medium Orchid #B63BDB
Tints of Medium Orchid #B63BDB
RGB
CMYK
RGB Variations
Color information
#B63BDB (or 0xB63BDB) is known color: Medium Orchid. HEX triplet: B6, 3B and DB. RGB value is (182,59,219). Sum of RGB (Red+Green+Blue) = 182+59+219=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BDB is #49C424. Grayscale: #717171. Windows color (decimal): -4834341 or 14367670. OLE color: 14367670.
HSL color Cylindrical-coordinate representation of color #B63BDB: hue angle of 286.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63BDB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 59 | 219 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.14 |
| HSL | 286.13º | 0.69% | 0.55% | - |
| HSV(B) | 286.13º | 0.73% | 0.86% | - |
| XYZ | 33.64 | 18.19 | 68.76 | - |
| YUV | 114.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 219 | 0.17 | 0.73 | 0 | 0.14 | 286.13 | 0.69 | 0.55 |
| Hex | B6 | 3B | DB | 11 | 49 | 0 | E | 11E | 45 | 37 |
| Octal | 266 | 73 | 333 | 21 | 111 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110110 | 111011 | 11011011 | 10001 | 1001001 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B63BDB
Complementary color
Monochromatic Colors of #B63BDB
Black with #B63BDB
Text Example
Text Example
White with #B63BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BDB; }
p { color: rgb(182,59,219); }
H1.HeaderClassName
{
color: #B63BDB;
}
.AnyTagClassName
{
color: #B63BDB;
}
</style>
background-color css
<style>
a { background-color: #B63BDB; }
a { background-color: rgb(182,59,219); }
div.DivClassName
{
background-color: #B63BDB;
}
.BgClassName
{
background-color: #B63BDB;
}
</style>
border-color css
<style>
span { border-color: #B63BDB; }
span { border-color: rgb(182,59,219); }
td.TdClassName
{
border-color: #B63BDB;
}
.TagClassName
{
border-color: #B63BDB;
}
</style>