#BE8BFB

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

Shades of Wisteria #BE8BFB

Tints of Wisteria #BE8BFB

Color information

#BE8BFB (or 0xBE8BFB) is unknown color: approx Wisteria. HEX triplet: BE, 8B and FB. RGB value is (190,139,251). Sum of RGB (Red+Green+Blue) = 190+139+251=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFB is #417404. Grayscale: #A6A6A6. Windows color (decimal): -4289541 or 16485310. OLE color: 16485310.

HSL color Cylindrical-coordinate representation of color #BE8BFB: hue angle of 267.32º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8BFB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190139251-
CMYK0.240.4500.02
HSL267.32º93.33%76.47%-
HSV(B)267.32º44.62%98.43%-
XYZ47.8836.3895.76-
YUV167.02175.4144.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=32.76%
G=23.97%
B=43.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901392510.240.4500.02267.3293.3376.47
HexBE8BFB182D0210b5d4c
Octal276213373305502413135114
Binary1011111010001011111110111100010110101010000101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BFB; }

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

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

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

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

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

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

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

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