Shades of Dark Orchid #B139C4
Tints of Dark Orchid #B139C4
RGB
CMYK
RGB Variations
Color information
#B139C4 (or 0xB139C4) is known color: Dark Orchid. HEX triplet: B1, 39 and C4. RGB value is (177,57,196). Sum of RGB (Red+Green+Blue) = 177+57+196=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #B139C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139C4 is #4EC63B. Grayscale: #6C6C6C. Windows color (decimal): -5162556 or 12859825. OLE color: 12859825.
HSL color Cylindrical-coordinate representation of color #B139C4: hue angle of 291.8º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B139C4 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 57 | 196 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.23 |
| HSL | 291.8º | 0.55% | 0.5% | - |
| HSV(B) | 291.8º | 0.71% | 0.77% | - |
| XYZ | 29.56 | 16.26 | 53.8 | - |
| YUV | 108.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 196 | 0.10 | 0.71 | 0 | 0.23 | 291.8 | 0.55 | 0.5 |
| Hex | B1 | 39 | C4 | A | 47 | 0 | 17 | 124 | 37 | 32 |
| Octal | 261 | 71 | 304 | 12 | 107 | 0 | 27 | 444 | 67 | 62 |
| Binary | 10110001 | 111001 | 11000100 | 1010 | 1000111 | 0 | 10111 | 100100100 | 110111 | 110010 |
Color Harmonies of #B139C4
Complementary color
Monochromatic Colors of #B139C4
Black with #B139C4
Text Example
Text Example
White with #B139C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139C4; }
p { color: rgb(177,57,196); }
H1.HeaderClassName
{
color: #B139C4;
}
.AnyTagClassName
{
color: #B139C4;
}
</style>
background-color css
<style>
a { background-color: #B139C4; }
a { background-color: rgb(177,57,196); }
div.DivClassName
{
background-color: #B139C4;
}
.BgClassName
{
background-color: #B139C4;
}
</style>
border-color css
<style>
span { border-color: #B139C4; }
span { border-color: rgb(177,57,196); }
td.TdClassName
{
border-color: #B139C4;
}
.TagClassName
{
border-color: #B139C4;
}
</style>