Shades of Dark Orchid #B139CC
Tints of Dark Orchid #B139CC
RGB
CMYK
RGB Variations
Color information
#B139CC (or 0xB139CC) is known color: Dark Orchid. HEX triplet: B1, 39 and CC. RGB value is (177,57,204). Sum of RGB (Red+Green+Blue) = 177+57+204=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B139CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CC is #4EC633. Grayscale: #6D6D6D. Windows color (decimal): -5162548 or 13384113. OLE color: 13384113.
HSL color Cylindrical-coordinate representation of color #B139CC: hue angle of 288.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B139CC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 57 | 204 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.2 |
| HSL | 288.98º | 0.59% | 0.51% | - |
| HSV(B) | 288.98º | 0.72% | 0.8% | - |
| XYZ | 30.49 | 16.63 | 58.73 | - |
| YUV | 109.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 204 | 0.13 | 0.72 | 0 | 0.2 | 288.98 | 0.59 | 0.51 |
| Hex | B1 | 39 | CC | D | 48 | 0 | 14 | 121 | 3B | 33 |
| Octal | 261 | 71 | 314 | 15 | 110 | 0 | 24 | 441 | 73 | 63 |
| Binary | 10110001 | 111001 | 11001100 | 1101 | 1001000 | 0 | 10100 | 100100001 | 111011 | 110011 |
Color Harmonies of #B139CC
Complementary color
Monochromatic Colors of #B139CC
Black with #B139CC
Text Example
Text Example
White with #B139CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139CC; }
p { color: rgb(177,57,204); }
H1.HeaderClassName
{
color: #B139CC;
}
.AnyTagClassName
{
color: #B139CC;
}
</style>
background-color css
<style>
a { background-color: #B139CC; }
a { background-color: rgb(177,57,204); }
div.DivClassName
{
background-color: #B139CC;
}
.BgClassName
{
background-color: #B139CC;
}
</style>
border-color css
<style>
span { border-color: #B139CC; }
span { border-color: rgb(177,57,204); }
td.TdClassName
{
border-color: #B139CC;
}
.TagClassName
{
border-color: #B139CC;
}
</style>