#BE95CF

Color #BE95CF Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE95CF

Tints of Wisteria #BE95CF

Color information

#BE95CF (or 0xBE95CF) is unknown color: approx Wisteria. HEX triplet: BE, 95 and CF. RGB value is (190,149,207). Sum of RGB (Red+Green+Blue) = 190+149+207=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95CF is #416A30. Grayscale: #A7A7A7. Windows color (decimal): -4287025 or 13604286. OLE color: 13604286.

HSL color Cylindrical-coordinate representation of color #BE95CF: hue angle of 282.41º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE95CF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190149207-
CMYK0.080.2800.19
HSL282.41º37.66%69.8%-
HSV(B)282.41º28.02%81.18%-
XYZ43.2536.9563.88-
YUV167.87150.08143.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=34.80%
G=27.29%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901492070.080.2800.19282.4137.6669.8
HexBE95CF81C01311a2646
Octal276225317103402343246106
Binary1011111010010101110011111000111000100111000110101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95CF; }

 p { color: rgb(190,149,207); }

 H1.HeaderClassName
 {
   color: #BE95CF;
 }
 .AnyTagClassName
 {
   color: #BE95CF;
 }
</style>
background-color css

<style>
 a { background-color: #BE95CF; }

 a { background-color: rgb(190,149,207); }

 div.DivClassName
 {
   background-color: #BE95CF;
 }
 .BgClassName
 {
   background-color: #BE95CF;
 }
</style>
border-color css

<style>
 span { border-color: #BE95CF; }

 span { border-color: rgb(190,149,207); }

 td.TdClassName
 {
   border-color: #BE95CF;
 }
 .TagClassName
 {
   border-color: #BE95CF;
 }
</style>