#BE8FDF

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

Shades of Wisteria #BE8FDF

Tints of Wisteria #BE8FDF

Color information

#BE8FDF (or 0xBE8FDF) is unknown color: approx Wisteria. HEX triplet: BE, 8F and DF. RGB value is (190,143,223). Sum of RGB (Red+Green+Blue) = 190+143+223=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FDF is #417020. Grayscale: #A5A5A5. Windows color (decimal): -4288545 or 14651326. OLE color: 14651326.

HSL color Cylindrical-coordinate representation of color #BE8FDF: hue angle of 275.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8FDF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190143223-
CMYK0.150.3600.13
HSL275.25º55.56%71.76%-
HSV(B)275.25º35.87%87.45%-
XYZ44.3835.9274.41-
YUV166.17160.07145-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=34.17%
G=25.72%
B=40.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901432230.150.3600.13275.2555.5671.76
HexBE8FDFF240D1133848
Octal276217337174401542370110
Binary1011111010001111110111111111100100011011000100111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FDF; }

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

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

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

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

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

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

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

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