Shades of Dark Orchid #B138C7
Tints of Dark Orchid #B138C7
RGB
CMYK
RGB Variations
Color information
#B138C7 (or 0xB138C7) is known color: Dark Orchid. HEX triplet: B1, 38 and C7. RGB value is (177,56,199). Sum of RGB (Red+Green+Blue) = 177+56+199=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #B138C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138C7 is #4EC738. Grayscale: #6C6C6C. Windows color (decimal): -5162809 or 13056177. OLE color: 13056177.
HSL color Cylindrical-coordinate representation of color #B138C7: hue angle of 290.77º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B138C7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 56 | 199 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.22 |
| HSL | 290.77º | 0.56% | 0.5% | - |
| HSV(B) | 290.77º | 0.72% | 0.78% | - |
| XYZ | 29.85 | 16.3 | 55.61 | - |
| YUV | 108.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 199 | 0.11 | 0.72 | 0 | 0.22 | 290.77 | 0.56 | 0.5 |
| Hex | B1 | 38 | C7 | B | 48 | 0 | 16 | 123 | 38 | 32 |
| Octal | 261 | 70 | 307 | 13 | 110 | 0 | 26 | 443 | 70 | 62 |
| Binary | 10110001 | 111000 | 11000111 | 1011 | 1001000 | 0 | 10110 | 100100011 | 111000 | 110010 |
Color Harmonies of #B138C7
Complementary color
Monochromatic Colors of #B138C7
Black with #B138C7
Text Example
Text Example
White with #B138C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138C7; }
p { color: rgb(177,56,199); }
H1.HeaderClassName
{
color: #B138C7;
}
.AnyTagClassName
{
color: #B138C7;
}
</style>
background-color css
<style>
a { background-color: #B138C7; }
a { background-color: rgb(177,56,199); }
div.DivClassName
{
background-color: #B138C7;
}
.BgClassName
{
background-color: #B138C7;
}
</style>
border-color css
<style>
span { border-color: #B138C7; }
span { border-color: rgb(177,56,199); }
td.TdClassName
{
border-color: #B138C7;
}
.TagClassName
{
border-color: #B138C7;
}
</style>