Shades of Wisteria #BE92DD
Tints of Wisteria #BE92DD
RGB
CMYK
RGB Variations
Color information
#BE92DD (or 0xBE92DD) is known color: Wisteria. HEX triplet: BE, 92 and DD. RGB value is (190,146,221). Sum of RGB (Red+Green+Blue) = 190+146+221=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DD is #416D22. Grayscale: #A7A7A7. Windows color (decimal): -4287779 or 14521022. OLE color: 14521022.
HSL color Cylindrical-coordinate representation of color #BE92DD: hue angle of 275.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE92DD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 146 | 221 | - |
CMYK | 0.14 | 0.34 | 0 | 0.13 |
HSL | 275.2º | 0.52% | 0.72% | - |
HSV(B) | 275.2º | 0.34% | 0.87% | - |
XYZ | 44.57 | 36.73 | 73.15 | - |
YUV | 167.71 | 158.08 | 143.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 146 | 221 | 0.14 | 0.34 | 0 | 0.13 | 275.2 | 0.52 | 0.72 |
Hex | BE | 92 | DD | E | 22 | 0 | D | 113 | 34 | 48 |
Octal | 276 | 222 | 335 | 16 | 42 | 0 | 15 | 423 | 64 | 110 |
Binary | 10111110 | 10010010 | 11011101 | 1110 | 100010 | 0 | 1101 | 100010011 | 110100 | 1001000 |
Color Harmonies of #BE92DD
Complementary color
Monochromatic Colors of #BE92DD
Black with #BE92DD
Text Example
Text Example
White with #BE92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92DD; }
p { color: rgb(190,146,221); }
H1.HeaderClassName
{
color: #BE92DD;
}
.AnyTagClassName
{
color: #BE92DD;
}
</style>
background-color css
<style>
a { background-color: #BE92DD; }
a { background-color: rgb(190,146,221); }
div.DivClassName
{
background-color: #BE92DD;
}
.BgClassName
{
background-color: #BE92DD;
}
</style>
border-color css
<style>
span { border-color: #BE92DD; }
span { border-color: rgb(190,146,221); }
td.TdClassName
{
border-color: #BE92DD;
}
.TagClassName
{
border-color: #BE92DD;
}
</style>