Shades of Dark Orchid #B125DB
Tints of Dark Orchid #B125DB
RGB
CMYK
RGB Variations
Color information
#B125DB (or 0xB125DB) is known color: Dark Orchid. HEX triplet: B1, 25 and DB. RGB value is (177,37,219). Sum of RGB (Red+Green+Blue) = 177+37+219=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B125DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125DB is #4EDA24. Grayscale: #636363. Windows color (decimal): -5167653 or 14362033. OLE color: 14362033.
HSL color Cylindrical-coordinate representation of color #B125DB: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B125DB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 37 | 219 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.14 |
| HSL | 286.15º | 0.72% | 0.5% | - |
| HSV(B) | 286.15º | 0.83% | 0.86% | - |
| XYZ | 31.58 | 15.78 | 68.4 | - |
| YUV | 99.61 | 195.38 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 219 | 0.19 | 0.83 | 0 | 0.14 | 286.15 | 0.72 | 0.5 |
| Hex | B1 | 25 | DB | 13 | 53 | 0 | E | 11E | 48 | 32 |
| Octal | 261 | 45 | 333 | 23 | 123 | 0 | 16 | 436 | 110 | 62 |
| Binary | 10110001 | 100101 | 11011011 | 10011 | 1010011 | 0 | 1110 | 100011110 | 1001000 | 110010 |
Color Harmonies of #B125DB
Complementary color
Monochromatic Colors of #B125DB
Black with #B125DB
Text Example
Text Example
White with #B125DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125DB; }
p { color: rgb(177,37,219); }
H1.HeaderClassName
{
color: #B125DB;
}
.AnyTagClassName
{
color: #B125DB;
}
</style>
background-color css
<style>
a { background-color: #B125DB; }
a { background-color: rgb(177,37,219); }
div.DivClassName
{
background-color: #B125DB;
}
.BgClassName
{
background-color: #B125DB;
}
</style>
border-color css
<style>
span { border-color: #B125DB; }
span { border-color: rgb(177,37,219); }
td.TdClassName
{
border-color: #B125DB;
}
.TagClassName
{
border-color: #B125DB;
}
</style>