Shades of Medium Orchid #B637DB
Tints of Medium Orchid #B637DB
RGB
CMYK
RGB Variations
Color information
#B637DB (or 0xB637DB) is known color: Medium Orchid. HEX triplet: B6, 37 and DB. RGB value is (182,55,219). Sum of RGB (Red+Green+Blue) = 182+55+219=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B637DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637DB is #49C824. Grayscale: #6F6F6F. Windows color (decimal): -4835365 or 14366646. OLE color: 14366646.
HSL color Cylindrical-coordinate representation of color #B637DB: hue angle of 286.46º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B637DB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 55 | 219 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.14 |
| HSL | 286.46º | 0.69% | 0.54% | - |
| HSV(B) | 286.46º | 0.75% | 0.86% | - |
| XYZ | 33.44 | 17.79 | 68.69 | - |
| YUV | 111.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 219 | 0.17 | 0.75 | 0 | 0.14 | 286.46 | 0.69 | 0.54 |
| Hex | B6 | 37 | DB | 11 | 4B | 0 | E | 11E | 45 | 36 |
| Octal | 266 | 67 | 333 | 21 | 113 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110110 | 110111 | 11011011 | 10001 | 1001011 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B637DB
Complementary color
Monochromatic Colors of #B637DB
Black with #B637DB
Text Example
Text Example
White with #B637DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B637DB; }
p { color: rgb(182,55,219); }
H1.HeaderClassName
{
color: #B637DB;
}
.AnyTagClassName
{
color: #B637DB;
}
</style>
background-color css
<style>
a { background-color: #B637DB; }
a { background-color: rgb(182,55,219); }
div.DivClassName
{
background-color: #B637DB;
}
.BgClassName
{
background-color: #B637DB;
}
</style>
border-color css
<style>
span { border-color: #B637DB; }
span { border-color: rgb(182,55,219); }
td.TdClassName
{
border-color: #B637DB;
}
.TagClassName
{
border-color: #B637DB;
}
</style>