Shades of Dark Orchid #B126AF
Tints of Dark Orchid #B126AF
RGB
CMYK
RGB Variations
Color information
#B126AF (or 0xB126AF) is known color: Dark Orchid. HEX triplet: B1, 26 and AF. RGB value is (177,38,175). Sum of RGB (Red+Green+Blue) = 177+38+175=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B126AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126AF is #4ED950. Grayscale: #5E5E5E. Windows color (decimal): -5167441 or 11478705. OLE color: 11478705.
HSL color Cylindrical-coordinate representation of color #B126AF: hue angle of 300.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B126AF is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 175 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.31 |
| HSL | 300.86º | 0.65% | 0.42% | - |
| HSV(B) | 300.86º | 0.79% | 0.69% | - |
| XYZ | 26.56 | 13.83 | 41.83 | - |
| YUV | 95.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 175 | 0 | 0.79 | 0.01 | 0.31 | 300.86 | 0.65 | 0.42 |
| Hex | B1 | 26 | AF | 0 | 4F | 1 | 1F | 12D | 41 | 2A |
| Octal | 261 | 46 | 257 | 0 | 117 | 1 | 37 | 455 | 101 | 52 |
| Binary | 10110001 | 100110 | 10101111 | 0 | 1001111 | 1 | 11111 | 100101101 | 1000001 | 101010 |
Color Harmonies of #B126AF
Complementary color
Monochromatic Colors of #B126AF
Black with #B126AF
Text Example
Text Example
White with #B126AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B126AF; }
p { color: rgb(177,38,175); }
H1.HeaderClassName
{
color: #B126AF;
}
.AnyTagClassName
{
color: #B126AF;
}
</style>
background-color css
<style>
a { background-color: #B126AF; }
a { background-color: rgb(177,38,175); }
div.DivClassName
{
background-color: #B126AF;
}
.BgClassName
{
background-color: #B126AF;
}
</style>
border-color css
<style>
span { border-color: #B126AF; }
span { border-color: rgb(177,38,175); }
td.TdClassName
{
border-color: #B126AF;
}
.TagClassName
{
border-color: #B126AF;
}
</style>