Shades of Dark Orchid #B136DC
Tints of Dark Orchid #B136DC
RGB
CMYK
RGB Variations
Color information
#B136DC (or 0xB136DC) is known color: Dark Orchid. HEX triplet: B1, 36 and DC. RGB value is (177,54,220). Sum of RGB (Red+Green+Blue) = 177+54+220=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #B136DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136DC is #4EC923. Grayscale: #6D6D6D. Windows color (decimal): -5163300 or 14431921. OLE color: 14431921.
HSL color Cylindrical-coordinate representation of color #B136DC: hue angle of 284.46º 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 #B136DC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 54 | 220 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.14 |
| HSL | 284.46º | 0.7% | 0.54% | - |
| HSV(B) | 284.46º | 0.75% | 0.86% | - |
| XYZ | 32.37 | 17.15 | 69.31 | - |
| YUV | 109.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 220 | 0.20 | 0.75 | 0 | 0.14 | 284.46 | 0.7 | 0.54 |
| Hex | B1 | 36 | DC | 14 | 4B | 0 | E | 11C | 46 | 36 |
| Octal | 261 | 66 | 334 | 24 | 113 | 0 | 16 | 434 | 106 | 66 |
| Binary | 10110001 | 110110 | 11011100 | 10100 | 1001011 | 0 | 1110 | 100011100 | 1000110 | 110110 |
Color Harmonies of #B136DC
Complementary color
Monochromatic Colors of #B136DC
Black with #B136DC
Text Example
Text Example
White with #B136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136DC; }
p { color: rgb(177,54,220); }
H1.HeaderClassName
{
color: #B136DC;
}
.AnyTagClassName
{
color: #B136DC;
}
</style>
background-color css
<style>
a { background-color: #B136DC; }
a { background-color: rgb(177,54,220); }
div.DivClassName
{
background-color: #B136DC;
}
.BgClassName
{
background-color: #B136DC;
}
</style>
border-color css
<style>
span { border-color: #B136DC; }
span { border-color: rgb(177,54,220); }
td.TdClassName
{
border-color: #B136DC;
}
.TagClassName
{
border-color: #B136DC;
}
</style>