#BE88CF

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

Shades of Wisteria #BE88CF

Tints of Wisteria #BE88CF

Color information

#BE88CF (or 0xBE88CF) is unknown color: approx Wisteria. HEX triplet: BE, 88 and CF. RGB value is (190,136,207). Sum of RGB (Red+Green+Blue) = 190+136+207=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88CF is #417730. Grayscale: #A0A0A0. Windows color (decimal): -4290353 or 13600958. OLE color: 13600958.

HSL color Cylindrical-coordinate representation of color #BE88CF: hue angle of 285.63º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE88CF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190136207-
CMYK0.080.3400.19
HSL285.63º42.51%67.25%-
HSV(B)285.63º34.3%81.18%-
XYZ41.333.0663.24-
YUV160.24154.39149.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=35.65%
G=25.52%
B=38.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901362070.080.3400.19285.6342.5167.25
HexBE88CF82201311e2b43
Octal276210317104202343653103
Binary10111110100010001100111110001000100100111000111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88CF; }

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

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

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

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

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

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

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

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