#BF7BE6

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

Shades of Wisteria #BF7BE6

Tints of Wisteria #BF7BE6

Color information

#BF7BE6 (or 0xBF7BE6) is unknown color: approx Wisteria. HEX triplet: BF, 7B and E6. RGB value is (191,123,230). Sum of RGB (Red+Green+Blue) = 191+123+230=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF7BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BE6 is #408419. Grayscale: #9B9B9B. Windows color (decimal): -4228122 or 15104959. OLE color: 15104959.

HSL color Cylindrical-coordinate representation of color #BF7BE6: hue angle of 278.13º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7BE6 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191123230-
CMYK0.170.4700.10
HSL278.13º68.15%69.22%-
HSV(B)278.13º46.52%90.2%-
XYZ42.8530.9678.58-
YUV155.53170.03153.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 123 (48.44% from 255) = 22.61%
BLUE value IS 230 (90.23% from 255) = 42.28%
R=35.11%
G=22.61%
B=42.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911232300.170.4700.10278.1368.1569.22
HexBF7BE6112F0A1164445
Octal2771733462157012426104105
Binary10111111111101111100110100011011110101010001011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BE6; }

 p { color: rgb(191,123,230); }

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

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

 a { background-color: rgb(191,123,230); }

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

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

 span { border-color: rgb(191,123,230); }

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