Shades of Dark Orchid #B131ED
Tints of Dark Orchid #B131ED
RGB
CMYK
RGB Variations
Color information
#B131ED (or 0xB131ED) is known color: Dark Orchid. HEX triplet: B1, 31 and ED. RGB value is (177,49,237). Sum of RGB (Red+Green+Blue) = 177+49+237=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B131ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131ED is #4ECE12. Grayscale: #6C6C6C. Windows color (decimal): -5164563 or 15544753. OLE color: 15544753.
HSL color Cylindrical-coordinate representation of color #B131ED: hue angle of 280.85º degrees, saturation: 0.84, 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 #B131ED is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 49 | 237 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.07 |
| HSL | 280.85º | 0.84% | 0.56% | - |
| HSV(B) | 280.85º | 0.79% | 0.93% | - |
| XYZ | 34.52 | 17.66 | 81.71 | - |
| YUV | 108.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 237 | 0.25 | 0.79 | 0 | 0.07 | 280.85 | 0.84 | 0.56 |
| Hex | B1 | 31 | ED | 19 | 4F | 0 | 7 | 119 | 54 | 38 |
| Octal | 261 | 61 | 355 | 31 | 117 | 0 | 7 | 431 | 124 | 70 |
| Binary | 10110001 | 110001 | 11101101 | 11001 | 1001111 | 0 | 111 | 100011001 | 1010100 | 111000 |
Color Harmonies of #B131ED
Complementary color
Monochromatic Colors of #B131ED
Black with #B131ED
Text Example
Text Example
White with #B131ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131ED; }
p { color: rgb(177,49,237); }
H1.HeaderClassName
{
color: #B131ED;
}
.AnyTagClassName
{
color: #B131ED;
}
</style>
background-color css
<style>
a { background-color: #B131ED; }
a { background-color: rgb(177,49,237); }
div.DivClassName
{
background-color: #B131ED;
}
.BgClassName
{
background-color: #B131ED;
}
</style>
border-color css
<style>
span { border-color: #B131ED; }
span { border-color: rgb(177,49,237); }
td.TdClassName
{
border-color: #B131ED;
}
.TagClassName
{
border-color: #B131ED;
}
</style>