Shades of Studio #8050BC
Tints of Studio #8050BC
RGB
CMYK
RGB Variations
Color information
#8050BC (or 0x8050BC) is known color: Studio. HEX triplet: 80, 50 and BC. RGB value is (128,80,188). Sum of RGB (Red+Green+Blue) = 128+80+188=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #8050BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050BC is #7FAF43. Grayscale: #6A6A6A. Windows color (decimal): -8367940 or 12341376. OLE color: 12341376.
HSL color Cylindrical-coordinate representation of color #8050BC: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8050BC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 80 | 188 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.26 |
| HSL | 266.67º | 0.45% | 0.53% | - |
| HSV(B) | 266.67º | 0.57% | 0.74% | - |
| XYZ | 20.85 | 13.96 | 49.17 | - |
| YUV | 106.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 188 | 0.32 | 0.57 | 0 | 0.26 | 266.67 | 0.45 | 0.53 |
| Hex | 80 | 50 | BC | 20 | 39 | 0 | 1A | 10B | 2D | 35 |
| Octal | 200 | 120 | 274 | 40 | 71 | 0 | 32 | 413 | 55 | 65 |
| Binary | 10000000 | 1010000 | 10111100 | 100000 | 111001 | 0 | 11010 | 100001011 | 101101 | 110101 |
Color Harmonies of #8050BC
Complementary color
Monochromatic Colors of #8050BC
Black with #8050BC
Text Example
Text Example
White with #8050BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050BC; }
p { color: rgb(128,80,188); }
H1.HeaderClassName
{
color: #8050BC;
}
.AnyTagClassName
{
color: #8050BC;
}
</style>
background-color css
<style>
a { background-color: #8050BC; }
a { background-color: rgb(128,80,188); }
div.DivClassName
{
background-color: #8050BC;
}
.BgClassName
{
background-color: #8050BC;
}
</style>
border-color css
<style>
span { border-color: #8050BC; }
span { border-color: rgb(128,80,188); }
td.TdClassName
{
border-color: #8050BC;
}
.TagClassName
{
border-color: #8050BC;
}
</style>