Shades of Dark Orchid #B131CF
Tints of Dark Orchid #B131CF
RGB
CMYK
RGB Variations
Color information
#B131CF (or 0xB131CF) is known color: Dark Orchid. HEX triplet: B1, 31 and CF. RGB value is (177,49,207). Sum of RGB (Red+Green+Blue) = 177+49+207=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B131CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131CF is #4ECE30. Grayscale: #686868. Windows color (decimal): -5164593 or 13578673. OLE color: 13578673.
HSL color Cylindrical-coordinate representation of color #B131CF: hue angle of 288.61º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B131CF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 49 | 207 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.19 |
| HSL | 288.61º | 0.62% | 0.5% | - |
| HSV(B) | 288.61º | 0.76% | 0.81% | - |
| XYZ | 30.49 | 16.05 | 60.52 | - |
| YUV | 105.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 207 | 0.14 | 0.76 | 0 | 0.19 | 288.61 | 0.62 | 0.5 |
| Hex | B1 | 31 | CF | E | 4C | 0 | 13 | 121 | 3E | 32 |
| Octal | 261 | 61 | 317 | 16 | 114 | 0 | 23 | 441 | 76 | 62 |
| Binary | 10110001 | 110001 | 11001111 | 1110 | 1001100 | 0 | 10011 | 100100001 | 111110 | 110010 |
Color Harmonies of #B131CF
Complementary color
Monochromatic Colors of #B131CF
Black with #B131CF
Text Example
Text Example
White with #B131CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131CF; }
p { color: rgb(177,49,207); }
H1.HeaderClassName
{
color: #B131CF;
}
.AnyTagClassName
{
color: #B131CF;
}
</style>
background-color css
<style>
a { background-color: #B131CF; }
a { background-color: rgb(177,49,207); }
div.DivClassName
{
background-color: #B131CF;
}
.BgClassName
{
background-color: #B131CF;
}
</style>
border-color css
<style>
span { border-color: #B131CF; }
span { border-color: rgb(177,49,207); }
td.TdClassName
{
border-color: #B131CF;
}
.TagClassName
{
border-color: #B131CF;
}
</style>