Shades of Wisteria #BE80E6
Tints of Wisteria #BE80E6
RGB
CMYK
RGB Variations
Color information
#BE80E6 (or 0xBE80E6) is known color: Wisteria. HEX triplet: BE, 80 and E6. RGB value is (190,128,230). Sum of RGB (Red+Green+Blue) = 190+128+230=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80E6 is #417F19. Grayscale: #9D9D9D. Windows color (decimal): -4292378 or 15106238. OLE color: 15106238.
HSL color Cylindrical-coordinate representation of color #BE80E6: hue angle of 276.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE80E6 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 128 | 230 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.10 |
| HSL | 276.47º | 0.67% | 0.7% | - |
| HSV(B) | 276.47º | 0.44% | 0.9% | - |
| XYZ | 43.24 | 32.1 | 78.78 | - |
| YUV | 158.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 230 | 0.17 | 0.44 | 0 | 0.10 | 276.47 | 0.67 | 0.7 |
| Hex | BE | 80 | E6 | 11 | 2C | 0 | A | 114 | 43 | 46 |
| Octal | 276 | 200 | 346 | 21 | 54 | 0 | 12 | 424 | 103 | 106 |
| Binary | 10111110 | 10000000 | 11100110 | 10001 | 101100 | 0 | 1010 | 100010100 | 1000011 | 1000110 |
Color Harmonies of #BE80E6
Complementary color
Monochromatic Colors of #BE80E6
Black with #BE80E6
Text Example
Text Example
White with #BE80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80E6; }
p { color: rgb(190,128,230); }
H1.HeaderClassName
{
color: #BE80E6;
}
.AnyTagClassName
{
color: #BE80E6;
}
</style>
background-color css
<style>
a { background-color: #BE80E6; }
a { background-color: rgb(190,128,230); }
div.DivClassName
{
background-color: #BE80E6;
}
.BgClassName
{
background-color: #BE80E6;
}
</style>
border-color css
<style>
span { border-color: #BE80E6; }
span { border-color: rgb(190,128,230); }
td.TdClassName
{
border-color: #BE80E6;
}
.TagClassName
{
border-color: #BE80E6;
}
</style>