#BF7BE7

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

Shades of Wisteria #BF7BE7

Tints of Wisteria #BF7BE7

Color information

#BF7BE7 (or 0xBF7BE7) is unknown color: approx Wisteria. HEX triplet: BF, 7B and E7. RGB value is (191,123,231). Sum of RGB (Red+Green+Blue) = 191+123+231=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BE7 is #408418. Grayscale: #9B9B9B. Windows color (decimal): -4228121 or 15170495. OLE color: 15170495.

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

Color convert

RGB191123231-
CMYK0.170.4700.09
HSL277.78º69.23%69.41%-
HSV(B)277.78º46.75%90.59%-
XYZ42.9931.0179.32-
YUV155.64170.53153.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=35.05%
G=22.57%
B=42.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911232310.170.4700.09277.7869.2369.41
HexBF7BE7112F091164545
Octal2771733472157011426105105
Binary10111111111101111100111100011011110100110001011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BE7; }

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

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

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

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

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

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

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

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