Shades of Dark Orchid #B127DA
Tints of Dark Orchid #B127DA
RGB
CMYK
RGB Variations
Color information
#B127DA (or 0xB127DA) is known color: Dark Orchid. HEX triplet: B1, 27 and DA. RGB value is (177,39,218). Sum of RGB (Red+Green+Blue) = 177+39+218=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #B127DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127DA is #4ED825. Grayscale: #646464. Windows color (decimal): -5167142 or 14297009. OLE color: 14297009.
HSL color Cylindrical-coordinate representation of color #B127DA: hue angle of 286.26º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B127DA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 39 | 218 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.15 |
| HSL | 286.26º | 0.71% | 0.5% | - |
| HSV(B) | 286.26º | 0.82% | 0.85% | - |
| XYZ | 31.51 | 15.86 | 67.73 | - |
| YUV | 100.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 218 | 0.19 | 0.82 | 0 | 0.15 | 286.26 | 0.71 | 0.5 |
| Hex | B1 | 27 | DA | 13 | 52 | 0 | F | 11E | 47 | 32 |
| Octal | 261 | 47 | 332 | 23 | 122 | 0 | 17 | 436 | 107 | 62 |
| Binary | 10110001 | 100111 | 11011010 | 10011 | 1010010 | 0 | 1111 | 100011110 | 1000111 | 110010 |
Color Harmonies of #B127DA
Complementary color
Monochromatic Colors of #B127DA
Black with #B127DA
Text Example
Text Example
White with #B127DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127DA; }
p { color: rgb(177,39,218); }
H1.HeaderClassName
{
color: #B127DA;
}
.AnyTagClassName
{
color: #B127DA;
}
</style>
background-color css
<style>
a { background-color: #B127DA; }
a { background-color: rgb(177,39,218); }
div.DivClassName
{
background-color: #B127DA;
}
.BgClassName
{
background-color: #B127DA;
}
</style>
border-color css
<style>
span { border-color: #B127DA; }
span { border-color: rgb(177,39,218); }
td.TdClassName
{
border-color: #B127DA;
}
.TagClassName
{
border-color: #B127DA;
}
</style>