#BE8BFD

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

Shades of Wisteria #BE8BFD

Tints of Wisteria #BE8BFD

Color information

#BE8BFD (or 0xBE8BFD) is unknown color: approx Wisteria. HEX triplet: BE, 8B and FD. RGB value is (190,139,253). Sum of RGB (Red+Green+Blue) = 190+139+253=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFD is #417402. Grayscale: #A6A6A6. Windows color (decimal): -4289539 or 16616382. OLE color: 16616382.

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

Color convert

RGB190139253-
CMYK0.250.4500.01
HSL266.84º96.61%76.86%-
HSV(B)266.84º45.06%99.22%-
XYZ48.236.597.43-
YUV167.24176.4144.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=32.65%
G=23.88%
B=43.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901392530.250.4500.01266.8496.6176.86
HexBE8BFD192D0110b614d
Octal276213375315501413141115
Binary101111101000101111111101110011011010110000101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BFD; }

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

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

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

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

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

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

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

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