Shades of Dark Orchid #B138EE
Tints of Dark Orchid #B138EE
RGB
CMYK
RGB Variations
Color information
#B138EE (or 0xB138EE) is known color: Dark Orchid. HEX triplet: B1, 38 and EE. RGB value is (177,56,238). Sum of RGB (Red+Green+Blue) = 177+56+238=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B138EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138EE is #4EC711. Grayscale: #707070. Windows color (decimal): -5162770 or 15612081. OLE color: 15612081.
HSL color Cylindrical-coordinate representation of color #B138EE: hue angle of 279.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B138EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 56 | 238 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.89º | 0.84% | 0.58% | - |
| HSV(B) | 279.89º | 0.76% | 0.93% | - |
| XYZ | 34.98 | 18.35 | 82.59 | - |
| YUV | 112.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 238 | 0.26 | 0.76 | 0 | 0.07 | 279.89 | 0.84 | 0.58 |
| Hex | B1 | 38 | EE | 1A | 4C | 0 | 7 | 118 | 54 | 3A |
| Octal | 261 | 70 | 356 | 32 | 114 | 0 | 7 | 430 | 124 | 72 |
| Binary | 10110001 | 111000 | 11101110 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010100 | 111010 |
Color Harmonies of #B138EE
Complementary color
Monochromatic Colors of #B138EE
Black with #B138EE
Text Example
Text Example
White with #B138EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138EE; }
p { color: rgb(177,56,238); }
H1.HeaderClassName
{
color: #B138EE;
}
.AnyTagClassName
{
color: #B138EE;
}
</style>
background-color css
<style>
a { background-color: #B138EE; }
a { background-color: rgb(177,56,238); }
div.DivClassName
{
background-color: #B138EE;
}
.BgClassName
{
background-color: #B138EE;
}
</style>
border-color css
<style>
span { border-color: #B138EE; }
span { border-color: rgb(177,56,238); }
td.TdClassName
{
border-color: #B138EE;
}
.TagClassName
{
border-color: #B138EE;
}
</style>