#BE8BCF

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

Shades of Wisteria #BE8BCF

Tints of Wisteria #BE8BCF

Color information

#BE8BCF (or 0xBE8BCF) is unknown color: approx Wisteria. HEX triplet: BE, 8B and CF. RGB value is (190,139,207). Sum of RGB (Red+Green+Blue) = 190+139+207=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BCF is #417430. Grayscale: #A1A1A1. Windows color (decimal): -4289585 or 13601726. OLE color: 13601726.

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

Color convert

RGB190139207-
CMYK0.080.3300.19
HSL285º41.46%67.84%-
HSV(B)285º32.85%81.18%-
XYZ41.7333.9263.38-
YUV162153.4147.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=35.45%
G=25.93%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901392070.080.3300.1928541.4667.84
HexBE8BCF82101311d2944
Octal276213317104102343551104
Binary10111110100010111100111110001000010100111000111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BCF; }

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

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

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

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

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

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

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

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