Shades of Dark Orchid #B125E5
Tints of Dark Orchid #B125E5
RGB
CMYK
RGB Variations
Color information
#B125E5 (or 0xB125E5) is known color: Dark Orchid. HEX triplet: B1, 25 and E5. RGB value is (177,37,229). Sum of RGB (Red+Green+Blue) = 177+37+229=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #B125E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125E5 is #4EDA1A. Grayscale: #646464. Windows color (decimal): -5167643 or 15017393. OLE color: 15017393.
HSL color Cylindrical-coordinate representation of color #B125E5: hue angle of 283.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B125E5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 37 | 229 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.10 |
| HSL | 283.75º | 0.79% | 0.52% | - |
| HSV(B) | 283.75º | 0.84% | 0.9% | - |
| XYZ | 32.94 | 16.33 | 75.54 | - |
| YUV | 100.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 229 | 0.23 | 0.84 | 0 | 0.10 | 283.75 | 0.79 | 0.52 |
| Hex | B1 | 25 | E5 | 17 | 54 | 0 | A | 11C | 4F | 34 |
| Octal | 261 | 45 | 345 | 27 | 124 | 0 | 12 | 434 | 117 | 64 |
| Binary | 10110001 | 100101 | 11100101 | 10111 | 1010100 | 0 | 1010 | 100011100 | 1001111 | 110100 |
Color Harmonies of #B125E5
Complementary color
Monochromatic Colors of #B125E5
Black with #B125E5
Text Example
Text Example
White with #B125E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125E5; }
p { color: rgb(177,37,229); }
H1.HeaderClassName
{
color: #B125E5;
}
.AnyTagClassName
{
color: #B125E5;
}
</style>
background-color css
<style>
a { background-color: #B125E5; }
a { background-color: rgb(177,37,229); }
div.DivClassName
{
background-color: #B125E5;
}
.BgClassName
{
background-color: #B125E5;
}
</style>
border-color css
<style>
span { border-color: #B125E5; }
span { border-color: rgb(177,37,229); }
td.TdClassName
{
border-color: #B125E5;
}
.TagClassName
{
border-color: #B125E5;
}
</style>