Shades of Dark Orchid #B128AF
Tints of Dark Orchid #B128AF
RGB
CMYK
RGB Variations
Color information
#B128AF (or 0xB128AF) is known color: Dark Orchid. HEX triplet: B1, 28 and AF. RGB value is (177,40,175). Sum of RGB (Red+Green+Blue) = 177+40+175=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B128AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128AF is #4ED750. Grayscale: #5F5F5F. Windows color (decimal): -5166929 or 11479217. OLE color: 11479217.
HSL color Cylindrical-coordinate representation of color #B128AF: hue angle of 300.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B128AF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 175 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.31 |
| HSL | 300.88º | 0.63% | 0.43% | - |
| HSV(B) | 300.88º | 0.77% | 0.69% | - |
| XYZ | 26.63 | 13.96 | 41.85 | - |
| YUV | 96.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 175 | 0 | 0.77 | 0.01 | 0.31 | 300.88 | 0.63 | 0.43 |
| Hex | B1 | 28 | AF | 0 | 4D | 1 | 1F | 12D | 3F | 2B |
| Octal | 261 | 50 | 257 | 0 | 115 | 1 | 37 | 455 | 77 | 53 |
| Binary | 10110001 | 101000 | 10101111 | 0 | 1001101 | 1 | 11111 | 100101101 | 111111 | 101011 |
Color Harmonies of #B128AF
Complementary color
Monochromatic Colors of #B128AF
Black with #B128AF
Text Example
Text Example
White with #B128AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128AF; }
p { color: rgb(177,40,175); }
H1.HeaderClassName
{
color: #B128AF;
}
.AnyTagClassName
{
color: #B128AF;
}
</style>
background-color css
<style>
a { background-color: #B128AF; }
a { background-color: rgb(177,40,175); }
div.DivClassName
{
background-color: #B128AF;
}
.BgClassName
{
background-color: #B128AF;
}
</style>
border-color css
<style>
span { border-color: #B128AF; }
span { border-color: rgb(177,40,175); }
td.TdClassName
{
border-color: #B128AF;
}
.TagClassName
{
border-color: #B128AF;
}
</style>