#BE7BDA

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

Shades of Wisteria #BE7BDA

Tints of Wisteria #BE7BDA

Color information

#BE7BDA (or 0xBE7BDA) is unknown color: approx Wisteria. HEX triplet: BE, 7B and DA. RGB value is (190,123,218). Sum of RGB (Red+Green+Blue) = 190+123+218=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BDA is #418425. Grayscale: #999999. Windows color (decimal): -4293670 or 14318526. OLE color: 14318526.

HSL color Cylindrical-coordinate representation of color #BE7BDA: hue angle of 282.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7BDA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190123218-
CMYK0.130.4400.15
HSL282.32º56.21%66.86%-
HSV(B)282.32º43.58%85.49%-
XYZ40.9730.1869.99-
YUV153.86164.2153.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=35.78%
G=23.16%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901232180.130.4400.15282.3256.2166.86
HexBE7BDAD2C0F11a3843
Octal276173332155401743270103
Binary101111101111011110110101101101100011111000110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BDA; }

 p { color: rgb(190,123,218); }

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

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

 a { background-color: rgb(190,123,218); }

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

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

 span { border-color: rgb(190,123,218); }

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