Shades of Dark Orchid #B137C2
Tints of Dark Orchid #B137C2
RGB
CMYK
RGB Variations
Color information
#B137C2 (or 0xB137C2) is known color: Dark Orchid. HEX triplet: B1, 37 and C2. RGB value is (177,55,194). Sum of RGB (Red+Green+Blue) = 177+55+194=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #B137C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137C2 is #4EC83D. Grayscale: #6A6A6A. Windows color (decimal): -5163070 or 12728241. OLE color: 12728241.
HSL color Cylindrical-coordinate representation of color #B137C2: hue angle of 292.66º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B137C2 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 55 | 194 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.24 |
| HSL | 292.66º | 0.56% | 0.49% | - |
| HSV(B) | 292.66º | 0.72% | 0.76% | - |
| XYZ | 29.24 | 15.97 | 52.58 | - |
| YUV | 107.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 194 | 0.09 | 0.72 | 0 | 0.24 | 292.66 | 0.56 | 0.49 |
| Hex | B1 | 37 | C2 | 9 | 48 | 0 | 18 | 125 | 38 | 31 |
| Octal | 261 | 67 | 302 | 11 | 110 | 0 | 30 | 445 | 70 | 61 |
| Binary | 10110001 | 110111 | 11000010 | 1001 | 1001000 | 0 | 11000 | 100100101 | 111000 | 110001 |
Color Harmonies of #B137C2
Complementary color
Monochromatic Colors of #B137C2
Black with #B137C2
Text Example
Text Example
White with #B137C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137C2; }
p { color: rgb(177,55,194); }
H1.HeaderClassName
{
color: #B137C2;
}
.AnyTagClassName
{
color: #B137C2;
}
</style>
background-color css
<style>
a { background-color: #B137C2; }
a { background-color: rgb(177,55,194); }
div.DivClassName
{
background-color: #B137C2;
}
.BgClassName
{
background-color: #B137C2;
}
</style>
border-color css
<style>
span { border-color: #B137C2; }
span { border-color: rgb(177,55,194); }
td.TdClassName
{
border-color: #B137C2;
}
.TagClassName
{
border-color: #B137C2;
}
</style>