#BE88FD

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

Shades of Wisteria #BE88FD

Tints of Wisteria #BE88FD

Color information

#BE88FD (or 0xBE88FD) is unknown color: approx Wisteria. HEX triplet: BE, 88 and FD. RGB value is (190,136,253). Sum of RGB (Red+Green+Blue) = 190+136+253=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE88FD is #417702. Grayscale: #A5A5A5. Windows color (decimal): -4290307 or 16615614. OLE color: 16615614.

HSL color Cylindrical-coordinate representation of color #BE88FD: hue angle of 267.69º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE88FD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190136253-
CMYK0.250.4600.01
HSL267.69º96.69%76.27%-
HSV(B)267.69º46.25%99.22%-
XYZ47.7735.6597.29-
YUV165.48177.39145.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=32.82%
G=23.49%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901362530.250.4600.01267.6996.6976.27
HexBE88FD192E0110c614c
Octal276210375315601414141114
Binary101111101000100011111101110011011100110000110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88FD; }

 p { color: rgb(190,136,253); }

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

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

 a { background-color: rgb(190,136,253); }

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

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

 span { border-color: rgb(190,136,253); }

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