#BF7FDA

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

Shades of Wisteria #BF7FDA

Tints of Wisteria #BF7FDA

Color information

#BF7FDA (or 0xBF7FDA) is unknown color: approx Wisteria. HEX triplet: BF, 7F and DA. RGB value is (191,127,218). Sum of RGB (Red+Green+Blue) = 191+127+218=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FDA is #408025. Grayscale: #9C9C9C. Windows color (decimal): -4227110 or 14319551. OLE color: 14319551.

HSL color Cylindrical-coordinate representation of color #BF7FDA: hue angle of 282.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7FDA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191127218-
CMYK0.120.4200.15
HSL282.2º55.15%67.65%-
HSV(B)282.2º41.74%85.49%-
XYZ41.7331.3270.18-
YUV156.51162.7152.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=35.63%
G=23.69%
B=40.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911272180.120.4200.15282.255.1567.65
HexBF7FDAC2A0F11a3744
Octal277177332145201743267104
Binary101111111111111110110101100101010011111000110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FDA; }

 p { color: rgb(191,127,218); }

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

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

 a { background-color: rgb(191,127,218); }

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

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

 span { border-color: rgb(191,127,218); }

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