#BA97CF

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

Shades of Wisteria #BA97CF

Tints of Wisteria #BA97CF

Color information

#BA97CF (or 0xBA97CF) is unknown color: approx Wisteria. HEX triplet: BA, 97 and CF. RGB value is (186,151,207). Sum of RGB (Red+Green+Blue) = 186+151+207=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97CF is #456830. Grayscale: #A7A7A7. Windows color (decimal): -4548657 or 13604794. OLE color: 13604794.

HSL color Cylindrical-coordinate representation of color #BA97CF: hue angle of 277.5º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA97CF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186151207-
CMYK0.100.2700.19
HSL277.5º36.84%70.2%-
HSV(B)277.5º27.05%81.18%-
XYZ42.5837.0863.94-
YUV167.85150.1140.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=34.19%
G=27.76%
B=38.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861512070.100.2700.19277.536.8470.2
HexBA97CFA1B0131162546
Octal272227317123302342645106
Binary1011101010010111110011111010110110100111000101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97CF; }

 p { color: rgb(186,151,207); }

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

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

 a { background-color: rgb(186,151,207); }

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

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

 span { border-color: rgb(186,151,207); }

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