Shades of Dark Orchid #B128EF
Tints of Dark Orchid #B128EF
RGB
CMYK
RGB Variations
Color information
#B128EF (or 0xB128EF) is known color: Dark Orchid. HEX triplet: B1, 28 and EF. RGB value is (177,40,239). Sum of RGB (Red+Green+Blue) = 177+40+239=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #B128EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128EF is #4ED710. Grayscale: #666666. Windows color (decimal): -5166865 or 15673521. OLE color: 15673521.
HSL color Cylindrical-coordinate representation of color #B128EF: hue angle of 281.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B128EF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 40 | 239 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.06 |
| HSL | 281.31º | 0.86% | 0.55% | - |
| HSV(B) | 281.31º | 0.83% | 0.94% | - |
| XYZ | 34.47 | 17.1 | 83.14 | - |
| YUV | 103.65 | 204.39 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 239 | 0.26 | 0.83 | 0 | 0.06 | 281.31 | 0.86 | 0.55 |
| Hex | B1 | 28 | EF | 1A | 53 | 0 | 6 | 119 | 56 | 37 |
| Octal | 261 | 50 | 357 | 32 | 123 | 0 | 6 | 431 | 126 | 67 |
| Binary | 10110001 | 101000 | 11101111 | 11010 | 1010011 | 0 | 110 | 100011001 | 1010110 | 110111 |
Color Harmonies of #B128EF
Complementary color
Monochromatic Colors of #B128EF
Black with #B128EF
Text Example
Text Example
White with #B128EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128EF; }
p { color: rgb(177,40,239); }
H1.HeaderClassName
{
color: #B128EF;
}
.AnyTagClassName
{
color: #B128EF;
}
</style>
background-color css
<style>
a { background-color: #B128EF; }
a { background-color: rgb(177,40,239); }
div.DivClassName
{
background-color: #B128EF;
}
.BgClassName
{
background-color: #B128EF;
}
</style>
border-color css
<style>
span { border-color: #B128EF; }
span { border-color: rgb(177,40,239); }
td.TdClassName
{
border-color: #B128EF;
}
.TagClassName
{
border-color: #B128EF;
}
</style>