#BE8BFC

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

Shades of Wisteria #BE8BFC

Tints of Wisteria #BE8BFC

Color information

#BE8BFC (or 0xBE8BFC) is unknown color: approx Wisteria. HEX triplet: BE, 8B and FC. RGB value is (190,139,252). Sum of RGB (Red+Green+Blue) = 190+139+252=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFC is #417403. Grayscale: #A6A6A6. Windows color (decimal): -4289540 or 16550846. OLE color: 16550846.

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

Color convert

RGB190139252-
CMYK0.250.4500.01
HSL267.08º94.96%76.67%-
HSV(B)267.08º44.84%98.82%-
XYZ48.0436.4496.6-
YUV167.13175.9144.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=32.70%
G=23.92%
B=43.37%

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
Decimal1901392520.250.4500.01267.0894.9676.67
HexBE8BFC192D0110b5f4d
Octal276213374315501413137115
Binary101111101000101111111100110011011010110000101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BFC; }

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

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

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

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

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

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

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

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