Shades of Wisteria #BE95CA
Tints of Wisteria #BE95CA
RGB
CMYK
RGB Variations
Color information
#BE95CA (or 0xBE95CA) is known color: Wisteria. HEX triplet: BE, 95 and CA. RGB value is (190,149,202). Sum of RGB (Red+Green+Blue) = 190+149+202=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95CA is #416A35. Grayscale: #A7A7A7. Windows color (decimal): -4287030 or 13276606. OLE color: 13276606.
HSL color Cylindrical-coordinate representation of color #BE95CA: hue angle of 286.42º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE95CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 149 | 202 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.21 |
| HSL | 286.42º | 0.33% | 0.69% | - |
| HSV(B) | 286.42º | 0.26% | 0.79% | - |
| XYZ | 42.64 | 36.71 | 60.71 | - |
| YUV | 167.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 202 | 0.06 | 0.26 | 0 | 0.21 | 286.42 | 0.33 | 0.69 |
| Hex | BE | 95 | CA | 6 | 1A | 0 | 15 | 11E | 21 | 45 |
| Octal | 276 | 225 | 312 | 6 | 32 | 0 | 25 | 436 | 41 | 105 |
| Binary | 10111110 | 10010101 | 11001010 | 110 | 11010 | 0 | 10101 | 100011110 | 100001 | 1000101 |
Color Harmonies of #BE95CA
Complementary color
Monochromatic Colors of #BE95CA
Black with #BE95CA
Text Example
Text Example
White with #BE95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE95CA; }
p { color: rgb(190,149,202); }
H1.HeaderClassName
{
color: #BE95CA;
}
.AnyTagClassName
{
color: #BE95CA;
}
</style>
background-color css
<style>
a { background-color: #BE95CA; }
a { background-color: rgb(190,149,202); }
div.DivClassName
{
background-color: #BE95CA;
}
.BgClassName
{
background-color: #BE95CA;
}
</style>
border-color css
<style>
span { border-color: #BE95CA; }
span { border-color: rgb(190,149,202); }
td.TdClassName
{
border-color: #BE95CA;
}
.TagClassName
{
border-color: #BE95CA;
}
</style>