#BA96CF

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

Shades of Wisteria #BA96CF

Tints of Wisteria #BA96CF

Color information

#BA96CF (or 0xBA96CF) is unknown color: approx Wisteria. HEX triplet: BA, 96 and CF. RGB value is (186,150,207). Sum of RGB (Red+Green+Blue) = 186+150+207=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CF is #456930. Grayscale: #A7A7A7. Windows color (decimal): -4548913 or 13604538. OLE color: 13604538.

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

Color convert

RGB186150207-
CMYK0.100.2800.19
HSL277.89º37.25%70%-
HSV(B)277.89º27.54%81.18%-
XYZ42.4236.7663.89-
YUV167.26150.43141.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=34.25%
G=27.62%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861502070.100.2800.19277.8937.2570
HexBA96CFA1C0131162546
Octal272226317123402342645106
Binary1011101010010110110011111010111000100111000101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96CF; }

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

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

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

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

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

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

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

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