#BE92EB

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

Shades of Wisteria #BE92EB

Tints of Wisteria #BE92EB

Color information

#BE92EB (or 0xBE92EB) is unknown color: approx Wisteria. HEX triplet: BE, 92 and EB. RGB value is (190,146,235). Sum of RGB (Red+Green+Blue) = 190+146+235=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92EB is #416D14. Grayscale: #A8A8A8. Windows color (decimal): -4287765 or 15438526. OLE color: 15438526.

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

Color convert

RGB190146235-
CMYK0.190.3800.08
HSL269.66º68.99%74.71%-
HSV(B)269.66º37.87%92.16%-
XYZ46.5137.583.38-
YUV169.3165.08142.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=33.27%
G=25.57%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901462350.190.3800.08269.6668.9974.71
HexBE92EB13260810e454b
Octal2762223532346010416105113
Binary101111101001001011101011100111001100100010000111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92EB; }

 p { color: rgb(190,146,235); }

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

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

 a { background-color: rgb(190,146,235); }

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

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

 span { border-color: rgb(190,146,235); }

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