#BE8AFD

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

Shades of Wisteria #BE8AFD

Tints of Wisteria #BE8AFD

Color information

#BE8AFD (or 0xBE8AFD) is unknown color: approx Wisteria. HEX triplet: BE, 8A and FD. RGB value is (190,138,253). Sum of RGB (Red+Green+Blue) = 190+138+253=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AFD is #417502. Grayscale: #A6A6A6. Windows color (decimal): -4289795 or 16616126. OLE color: 16616126.

HSL color Cylindrical-coordinate representation of color #BE8AFD: hue angle of 267.13º 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 #BE8AFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190138253-
CMYK0.250.4500.01
HSL267.13º96.64%76.67%-
HSV(B)267.13º45.45%99.22%-
XYZ48.0536.2297.39-
YUV166.66176.73144.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=32.70%
G=23.75%
B=43.55%

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
Decimal1901382530.250.4500.01267.1396.6476.67
HexBE8AFD192D0110b614d
Octal276212375315501413141115
Binary101111101000101011111101110011011010110000101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AFD; }

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

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

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

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

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

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

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

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