#BE7BEA

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

Shades of Wisteria #BE7BEA

Tints of Wisteria #BE7BEA

Color information

#BE7BEA (or 0xBE7BEA) is unknown color: approx Wisteria. HEX triplet: BE, 7B and EA. RGB value is (190,123,234). Sum of RGB (Red+Green+Blue) = 190+123+234=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BEA is #418415. Grayscale: #9B9B9B. Windows color (decimal): -4293654 or 15367102. OLE color: 15367102.

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

Color convert

RGB190123234-
CMYK0.190.4700.08
HSL276.22º72.55%70%-
HSV(B)276.22º47.44%91.76%-
XYZ43.1731.0581.56-
YUV155.69172.2152.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=34.73%
G=22.49%
B=42.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901232340.190.4700.08276.2272.5570
HexBE7BEA132F081144946
Octal2761733522357010424111106
Binary10111110111101111101010100111011110100010001010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BEA; }

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

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

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

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

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

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

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

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