Shades of Dark Orchid #B131EE
Tints of Dark Orchid #B131EE
RGB
CMYK
RGB Variations
Color information
#B131EE (or 0xB131EE) is known color: Dark Orchid. HEX triplet: B1, 31 and EE. RGB value is (177,49,238). Sum of RGB (Red+Green+Blue) = 177+49+238=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #B131EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131EE is #4ECE11. Grayscale: #6C6C6C. Windows color (decimal): -5164562 or 15610289. OLE color: 15610289.
HSL color Cylindrical-coordinate representation of color #B131EE: hue angle of 280.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B131EE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 49 | 238 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.07 |
| HSL | 280.63º | 0.85% | 0.56% | - |
| HSV(B) | 280.63º | 0.79% | 0.93% | - |
| XYZ | 34.66 | 17.72 | 82.48 | - |
| YUV | 108.82 | 200.91 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 238 | 0.26 | 0.79 | 0 | 0.07 | 280.63 | 0.85 | 0.56 |
| Hex | B1 | 31 | EE | 1A | 4F | 0 | 7 | 119 | 55 | 38 |
| Octal | 261 | 61 | 356 | 32 | 117 | 0 | 7 | 431 | 125 | 70 |
| Binary | 10110001 | 110001 | 11101110 | 11010 | 1001111 | 0 | 111 | 100011001 | 1010101 | 111000 |
Color Harmonies of #B131EE
Complementary color
Monochromatic Colors of #B131EE
Black with #B131EE
Text Example
Text Example
White with #B131EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131EE; }
p { color: rgb(177,49,238); }
H1.HeaderClassName
{
color: #B131EE;
}
.AnyTagClassName
{
color: #B131EE;
}
</style>
background-color css
<style>
a { background-color: #B131EE; }
a { background-color: rgb(177,49,238); }
div.DivClassName
{
background-color: #B131EE;
}
.BgClassName
{
background-color: #B131EE;
}
</style>
border-color css
<style>
span { border-color: #B131EE; }
span { border-color: rgb(177,49,238); }
td.TdClassName
{
border-color: #B131EE;
}
.TagClassName
{
border-color: #B131EE;
}
</style>