Shades of Medium Orchid #B639DB
Tints of Medium Orchid #B639DB
RGB
CMYK
RGB Variations
Color information
#B639DB (or 0xB639DB) is known color: Medium Orchid. HEX triplet: B6, 39 and DB. RGB value is (182,57,219). Sum of RGB (Red+Green+Blue) = 182+57+219=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B639DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639DB is #49C624. Grayscale: #707070. Windows color (decimal): -4834853 or 14367158. OLE color: 14367158.
HSL color Cylindrical-coordinate representation of color #B639DB: hue angle of 286.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B639DB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 57 | 219 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.14 |
| HSL | 286.3º | 0.69% | 0.54% | - |
| HSV(B) | 286.3º | 0.74% | 0.86% | - |
| XYZ | 33.54 | 17.99 | 68.72 | - |
| YUV | 112.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 219 | 0.17 | 0.74 | 0 | 0.14 | 286.3 | 0.69 | 0.54 |
| Hex | B6 | 39 | DB | 11 | 4A | 0 | E | 11E | 45 | 36 |
| Octal | 266 | 71 | 333 | 21 | 112 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110110 | 111001 | 11011011 | 10001 | 1001010 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B639DB
Complementary color
Monochromatic Colors of #B639DB
Black with #B639DB
Text Example
Text Example
White with #B639DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B639DB; }
p { color: rgb(182,57,219); }
H1.HeaderClassName
{
color: #B639DB;
}
.AnyTagClassName
{
color: #B639DB;
}
</style>
background-color css
<style>
a { background-color: #B639DB; }
a { background-color: rgb(182,57,219); }
div.DivClassName
{
background-color: #B639DB;
}
.BgClassName
{
background-color: #B639DB;
}
</style>
border-color css
<style>
span { border-color: #B639DB; }
span { border-color: rgb(182,57,219); }
td.TdClassName
{
border-color: #B639DB;
}
.TagClassName
{
border-color: #B639DB;
}
</style>