Shades of Wisteria #BE81D4
Tints of Wisteria #BE81D4
RGB
CMYK
RGB Variations
Color information
#BE81D4 (or 0xBE81D4) is known color: Wisteria. HEX triplet: BE, 81 and D4. RGB value is (190,129,212). Sum of RGB (Red+Green+Blue) = 190+129+212=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81D4 is #417E2B. Grayscale: #9C9C9C. Windows color (decimal): -4292140 or 13926846. OLE color: 13926846.
HSL color Cylindrical-coordinate representation of color #BE81D4: hue angle of 284.1º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE81D4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 129 | 212 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.17 |
| HSL | 284.1º | 0.49% | 0.67% | - |
| HSV(B) | 284.1º | 0.39% | 0.83% | - |
| XYZ | 40.97 | 31.4 | 66.19 | - |
| YUV | 156.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 212 | 0.10 | 0.39 | 0 | 0.17 | 284.1 | 0.49 | 0.67 |
| Hex | BE | 81 | D4 | A | 27 | 0 | 11 | 11C | 31 | 43 |
| Octal | 276 | 201 | 324 | 12 | 47 | 0 | 21 | 434 | 61 | 103 |
| Binary | 10111110 | 10000001 | 11010100 | 1010 | 100111 | 0 | 10001 | 100011100 | 110001 | 1000011 |
Color Harmonies of #BE81D4
Complementary color
Monochromatic Colors of #BE81D4
Black with #BE81D4
Text Example
Text Example
White with #BE81D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81D4; }
p { color: rgb(190,129,212); }
H1.HeaderClassName
{
color: #BE81D4;
}
.AnyTagClassName
{
color: #BE81D4;
}
</style>
background-color css
<style>
a { background-color: #BE81D4; }
a { background-color: rgb(190,129,212); }
div.DivClassName
{
background-color: #BE81D4;
}
.BgClassName
{
background-color: #BE81D4;
}
</style>
border-color css
<style>
span { border-color: #BE81D4; }
span { border-color: rgb(190,129,212); }
td.TdClassName
{
border-color: #BE81D4;
}
.TagClassName
{
border-color: #BE81D4;
}
</style>