#BE95D2

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

Shades of Wisteria #BE95D2

Tints of Wisteria #BE95D2

Color information

#BE95D2 (or 0xBE95D2) is unknown color: approx Wisteria. HEX triplet: BE, 95 and D2. RGB value is (190,149,210). Sum of RGB (Red+Green+Blue) = 190+149+210=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE95D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95D2 is #416A2D. Grayscale: #A8A8A8. Windows color (decimal): -4287022 or 13800894. OLE color: 13800894.

HSL color Cylindrical-coordinate representation of color #BE95D2: hue angle of 280.33º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE95D2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190149210-
CMYK0.100.2900.18
HSL280.33º40.4%70.39%-
HSV(B)280.33º29.05%82.35%-
XYZ43.6237.165.83-
YUV168.21151.58143.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 210 (82.42% from 255) = 38.25%
R=34.61%
G=27.14%
B=38.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901492100.100.2900.18280.3340.470.39
HexBE95D2A1D0121182846
Octal276225322123502243050106
Binary1011111010010101110100101010111010100101000110001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95D2; }

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

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

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

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

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

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

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

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