Shades of Dark Orchid #B128ED
Tints of Dark Orchid #B128ED
RGB
CMYK
RGB Variations
Color information
#B128ED (or 0xB128ED) is known color: Dark Orchid. HEX triplet: B1, 28 and ED. RGB value is (177,40,237). Sum of RGB (Red+Green+Blue) = 177+40+237=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B128ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128ED is #4ED712. Grayscale: #666666. Windows color (decimal): -5166867 or 15542449. OLE color: 15542449.
HSL color Cylindrical-coordinate representation of color #B128ED: hue angle of 281.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B128ED is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 40 | 237 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.07 |
| HSL | 281.73º | 0.85% | 0.54% | - |
| HSV(B) | 281.73º | 0.83% | 0.93% | - |
| XYZ | 34.18 | 16.98 | 81.6 | - |
| YUV | 103.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 237 | 0.25 | 0.83 | 0 | 0.07 | 281.73 | 0.85 | 0.54 |
| Hex | B1 | 28 | ED | 19 | 53 | 0 | 7 | 11A | 55 | 36 |
| Octal | 261 | 50 | 355 | 31 | 123 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110001 | 101000 | 11101101 | 11001 | 1010011 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B128ED
Complementary color
Monochromatic Colors of #B128ED
Black with #B128ED
Text Example
Text Example
White with #B128ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128ED; }
p { color: rgb(177,40,237); }
H1.HeaderClassName
{
color: #B128ED;
}
.AnyTagClassName
{
color: #B128ED;
}
</style>
background-color css
<style>
a { background-color: #B128ED; }
a { background-color: rgb(177,40,237); }
div.DivClassName
{
background-color: #B128ED;
}
.BgClassName
{
background-color: #B128ED;
}
</style>
border-color css
<style>
span { border-color: #B128ED; }
span { border-color: rgb(177,40,237); }
td.TdClassName
{
border-color: #B128ED;
}
.TagClassName
{
border-color: #B128ED;
}
</style>