Shades of Medium Orchid #B636DB
Tints of Medium Orchid #B636DB
RGB
CMYK
RGB Variations
Color information
#B636DB (or 0xB636DB) is known color: Medium Orchid. HEX triplet: B6, 36 and DB. RGB value is (182,54,219). Sum of RGB (Red+Green+Blue) = 182+54+219=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B636DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636DB is #49C924. Grayscale: #6E6E6E. Windows color (decimal): -4835621 or 14366390. OLE color: 14366390.
HSL color Cylindrical-coordinate representation of color #B636DB: hue angle of 286.55º degrees, saturation: 0.7, 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 #B636DB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 54 | 219 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.14 |
| HSL | 286.55º | 0.7% | 0.54% | - |
| HSV(B) | 286.55º | 0.75% | 0.86% | - |
| XYZ | 33.4 | 17.7 | 68.67 | - |
| YUV | 111.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 219 | 0.17 | 0.75 | 0 | 0.14 | 286.55 | 0.7 | 0.54 |
| Hex | B6 | 36 | DB | 11 | 4B | 0 | E | 11F | 46 | 36 |
| Octal | 266 | 66 | 333 | 21 | 113 | 0 | 16 | 437 | 106 | 66 |
| Binary | 10110110 | 110110 | 11011011 | 10001 | 1001011 | 0 | 1110 | 100011111 | 1000110 | 110110 |
Color Harmonies of #B636DB
Complementary color
Monochromatic Colors of #B636DB
Black with #B636DB
Text Example
Text Example
White with #B636DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636DB; }
p { color: rgb(182,54,219); }
H1.HeaderClassName
{
color: #B636DB;
}
.AnyTagClassName
{
color: #B636DB;
}
</style>
background-color css
<style>
a { background-color: #B636DB; }
a { background-color: rgb(182,54,219); }
div.DivClassName
{
background-color: #B636DB;
}
.BgClassName
{
background-color: #B636DB;
}
</style>
border-color css
<style>
span { border-color: #B636DB; }
span { border-color: rgb(182,54,219); }
td.TdClassName
{
border-color: #B636DB;
}
.TagClassName
{
border-color: #B636DB;
}
</style>