Shades of Dark Orchid #B131F0
Tints of Dark Orchid #B131F0
RGB
CMYK
RGB Variations
Color information
#B131F0 (or 0xB131F0) is known color: Dark Orchid. HEX triplet: B1, 31 and F0. RGB value is (177,49,240). Sum of RGB (Red+Green+Blue) = 177+49+240=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #B131F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131F0 is #4ECE0F. Grayscale: #6C6C6C. Windows color (decimal): -5164560 or 15741361. OLE color: 15741361.
HSL color Cylindrical-coordinate representation of color #B131F0: hue angle of 280.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B131F0 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 49 | 240 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.06 |
| HSL | 280.21º | 0.86% | 0.57% | - |
| HSV(B) | 280.21º | 0.8% | 0.94% | - |
| XYZ | 34.96 | 17.84 | 84.04 | - |
| YUV | 109.05 | 201.91 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 240 | 0.26 | 0.80 | 0 | 0.06 | 280.21 | 0.86 | 0.57 |
| Hex | B1 | 31 | F0 | 1A | 50 | 0 | 6 | 118 | 56 | 39 |
| Octal | 261 | 61 | 360 | 32 | 120 | 0 | 6 | 430 | 126 | 71 |
| Binary | 10110001 | 110001 | 11110000 | 11010 | 1010000 | 0 | 110 | 100011000 | 1010110 | 111001 |
Color Harmonies of #B131F0
Complementary color
Monochromatic Colors of #B131F0
Black with #B131F0
Text Example
Text Example
White with #B131F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131F0; }
p { color: rgb(177,49,240); }
H1.HeaderClassName
{
color: #B131F0;
}
.AnyTagClassName
{
color: #B131F0;
}
</style>
background-color css
<style>
a { background-color: #B131F0; }
a { background-color: rgb(177,49,240); }
div.DivClassName
{
background-color: #B131F0;
}
.BgClassName
{
background-color: #B131F0;
}
</style>
border-color css
<style>
span { border-color: #B131F0; }
span { border-color: rgb(177,49,240); }
td.TdClassName
{
border-color: #B131F0;
}
.TagClassName
{
border-color: #B131F0;
}
</style>