Shades of Dark Orchid #B138EC
Tints of Dark Orchid #B138EC
RGB
CMYK
RGB Variations
Color information
#B138EC (or 0xB138EC) is known color: Dark Orchid. HEX triplet: B1, 38 and EC. RGB value is (177,56,236). Sum of RGB (Red+Green+Blue) = 177+56+236=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #B138EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138EC is #4EC713. Grayscale: #707070. Windows color (decimal): -5162772 or 15481009. OLE color: 15481009.
HSL color Cylindrical-coordinate representation of color #B138EC: hue angle of 280.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B138EC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 56 | 236 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 280.33º | 0.83% | 0.57% | - |
| HSV(B) | 280.33º | 0.76% | 0.93% | - |
| XYZ | 34.69 | 18.23 | 81.05 | - |
| YUV | 112.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 236 | 0.25 | 0.76 | 0 | 0.07 | 280.33 | 0.83 | 0.57 |
| Hex | B1 | 38 | EC | 19 | 4C | 0 | 7 | 118 | 53 | 39 |
| Octal | 261 | 70 | 354 | 31 | 114 | 0 | 7 | 430 | 123 | 71 |
| Binary | 10110001 | 111000 | 11101100 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111001 |
Color Harmonies of #B138EC
Complementary color
Monochromatic Colors of #B138EC
Black with #B138EC
Text Example
Text Example
White with #B138EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138EC; }
p { color: rgb(177,56,236); }
H1.HeaderClassName
{
color: #B138EC;
}
.AnyTagClassName
{
color: #B138EC;
}
</style>
background-color css
<style>
a { background-color: #B138EC; }
a { background-color: rgb(177,56,236); }
div.DivClassName
{
background-color: #B138EC;
}
.BgClassName
{
background-color: #B138EC;
}
</style>
border-color css
<style>
span { border-color: #B138EC; }
span { border-color: rgb(177,56,236); }
td.TdClassName
{
border-color: #B138EC;
}
.TagClassName
{
border-color: #B138EC;
}
</style>