Shades of Dark Orchid #B137DF
Tints of Dark Orchid #B137DF
RGB
CMYK
RGB Variations
Color information
#B137DF (or 0xB137DF) is known color: Dark Orchid. HEX triplet: B1, 37 and DF. RGB value is (177,55,223). Sum of RGB (Red+Green+Blue) = 177+55+223=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B137DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137DF is #4EC820. Grayscale: #6E6E6E. Windows color (decimal): -5163041 or 14628785. OLE color: 14628785.
HSL color Cylindrical-coordinate representation of color #B137DF: hue angle of 283.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B137DF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 55 | 223 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.13 |
| HSL | 283.57º | 0.72% | 0.55% | - |
| HSV(B) | 283.57º | 0.75% | 0.87% | - |
| XYZ | 32.82 | 17.41 | 71.44 | - |
| YUV | 110.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 223 | 0.21 | 0.75 | 0 | 0.13 | 283.57 | 0.72 | 0.55 |
| Hex | B1 | 37 | DF | 15 | 4B | 0 | D | 11C | 48 | 37 |
| Octal | 261 | 67 | 337 | 25 | 113 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110001 | 110111 | 11011111 | 10101 | 1001011 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B137DF
Complementary color
Monochromatic Colors of #B137DF
Black with #B137DF
Text Example
Text Example
White with #B137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137DF; }
p { color: rgb(177,55,223); }
H1.HeaderClassName
{
color: #B137DF;
}
.AnyTagClassName
{
color: #B137DF;
}
</style>
background-color css
<style>
a { background-color: #B137DF; }
a { background-color: rgb(177,55,223); }
div.DivClassName
{
background-color: #B137DF;
}
.BgClassName
{
background-color: #B137DF;
}
</style>
border-color css
<style>
span { border-color: #B137DF; }
span { border-color: rgb(177,55,223); }
td.TdClassName
{
border-color: #B137DF;
}
.TagClassName
{
border-color: #B137DF;
}
</style>