Shades of Dark Orchid #B128CC
Tints of Dark Orchid #B128CC
RGB
CMYK
RGB Variations
Color information
#B128CC (or 0xB128CC) is known color: Dark Orchid. HEX triplet: B1, 28 and CC. RGB value is (177,40,204). Sum of RGB (Red+Green+Blue) = 177+40+204=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #B128CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128CC is #4ED733. Grayscale: #636363. Windows color (decimal): -5166900 or 13379761. OLE color: 13379761.
HSL color Cylindrical-coordinate representation of color #B128CC: hue angle of 290.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B128CC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 40 | 204 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.2 |
| HSL | 290.12º | 0.67% | 0.48% | - |
| HSV(B) | 290.12º | 0.8% | 0.8% | - |
| XYZ | 29.79 | 15.22 | 58.5 | - |
| YUV | 99.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 204 | 0.13 | 0.80 | 0 | 0.2 | 290.12 | 0.67 | 0.48 |
| Hex | B1 | 28 | CC | D | 50 | 0 | 14 | 122 | 43 | 30 |
| Octal | 261 | 50 | 314 | 15 | 120 | 0 | 24 | 442 | 103 | 60 |
| Binary | 10110001 | 101000 | 11001100 | 1101 | 1010000 | 0 | 10100 | 100100010 | 1000011 | 110000 |
Color Harmonies of #B128CC
Complementary color
Monochromatic Colors of #B128CC
Black with #B128CC
Text Example
Text Example
White with #B128CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128CC; }
p { color: rgb(177,40,204); }
H1.HeaderClassName
{
color: #B128CC;
}
.AnyTagClassName
{
color: #B128CC;
}
</style>
background-color css
<style>
a { background-color: #B128CC; }
a { background-color: rgb(177,40,204); }
div.DivClassName
{
background-color: #B128CC;
}
.BgClassName
{
background-color: #B128CC;
}
</style>
border-color css
<style>
span { border-color: #B128CC; }
span { border-color: rgb(177,40,204); }
td.TdClassName
{
border-color: #B128CC;
}
.TagClassName
{
border-color: #B128CC;
}
</style>