Shades of Dark Orchid #B136DB
Tints of Dark Orchid #B136DB
RGB
CMYK
RGB Variations
Color information
#B136DB (or 0xB136DB) is known color: Dark Orchid. HEX triplet: B1, 36 and DB. RGB value is (177,54,219). Sum of RGB (Red+Green+Blue) = 177+54+219=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B136DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136DB is #4EC924. Grayscale: #6D6D6D. Windows color (decimal): -5163301 or 14366385. OLE color: 14366385.
HSL color Cylindrical-coordinate representation of color #B136DB: hue angle of 284.73º 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 #B136DB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 54 | 219 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.14 |
| HSL | 284.73º | 0.7% | 0.54% | - |
| HSV(B) | 284.73º | 0.75% | 0.86% | - |
| XYZ | 32.24 | 17.1 | 68.62 | - |
| YUV | 109.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 219 | 0.19 | 0.75 | 0 | 0.14 | 284.73 | 0.7 | 0.54 |
| Hex | B1 | 36 | DB | 13 | 4B | 0 | E | 11D | 46 | 36 |
| Octal | 261 | 66 | 333 | 23 | 113 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110001 | 110110 | 11011011 | 10011 | 1001011 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B136DB
Complementary color
Monochromatic Colors of #B136DB
Black with #B136DB
Text Example
Text Example
White with #B136DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136DB; }
p { color: rgb(177,54,219); }
H1.HeaderClassName
{
color: #B136DB;
}
.AnyTagClassName
{
color: #B136DB;
}
</style>
background-color css
<style>
a { background-color: #B136DB; }
a { background-color: rgb(177,54,219); }
div.DivClassName
{
background-color: #B136DB;
}
.BgClassName
{
background-color: #B136DB;
}
</style>
border-color css
<style>
span { border-color: #B136DB; }
span { border-color: rgb(177,54,219); }
td.TdClassName
{
border-color: #B136DB;
}
.TagClassName
{
border-color: #B136DB;
}
</style>