#BE8FCC

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

Shades of Wisteria #BE8FCC

Tints of Wisteria #BE8FCC

Color information

#BE8FCC (or 0xBE8FCC) is unknown color: approx Wisteria. HEX triplet: BE, 8F and CC. RGB value is (190,143,204). Sum of RGB (Red+Green+Blue) = 190+143+204=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FCC is #417033. Grayscale: #A3A3A3. Windows color (decimal): -4288564 or 13406142. OLE color: 13406142.

HSL color Cylindrical-coordinate representation of color #BE8FCC: hue angle of 286.23º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE8FCC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190143204-
CMYK0.070.3000.2
HSL286.23º37.42%68.04%-
HSV(B)286.23º29.9%80%-
XYZ41.9634.9561.66-
YUV164.01150.57146.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=35.38%
G=26.63%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901432040.070.3000.2286.2337.4268.04
HexBE8FCC71E01411e2544
Octal27621731473602443645104
Binary101111101000111111001100111111100101001000111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FCC; }

 p { color: rgb(190,143,204); }

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

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

 a { background-color: rgb(190,143,204); }

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

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

 span { border-color: rgb(190,143,204); }

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