#BE7BE7

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

Shades of Wisteria #BE7BE7

Tints of Wisteria #BE7BE7

Color information

#BE7BE7 (or 0xBE7BE7) is unknown color: approx Wisteria. HEX triplet: BE, 7B and E7. RGB value is (190,123,231). Sum of RGB (Red+Green+Blue) = 190+123+231=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BE7 is #418418. Grayscale: #9A9A9A. Windows color (decimal): -4293657 or 15170494. OLE color: 15170494.

HSL color Cylindrical-coordinate representation of color #BE7BE7: hue angle of 277.22º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7BE7 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190123231-
CMYK0.180.4700.09
HSL277.22º69.23%69.41%-
HSV(B)277.22º46.75%90.59%-
XYZ42.7430.8879.31-
YUV155.34170.7152.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 123 (48.44% from 255) = 22.61%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=34.93%
G=22.61%
B=42.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901232310.180.4700.09277.2269.2369.41
HexBE7BE7122F091154545
Octal2761733472257011425105105
Binary10111110111101111100111100101011110100110001010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BE7; }

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

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

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

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

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

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

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

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